Type Definition reaper_low::raw::HookCommand

source · []
pub type HookCommand = extern "C" fn(command_id: c_int, flag: c_int) -> bool;
Expand description

Function pointer type for hook commands.