Skip to main content

Input_DownHook

Type Alias Input_DownHook 

Source
pub type Input_DownHook = Option<unsafe extern "C" fn(btn: c_int, device: *mut InputDevice) -> cc_bool>;

Aliased Type§

pub enum Input_DownHook {
    None,
    Some(unsafe extern "C" fn(i32, *mut InputDevice) -> u8),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(i32, *mut InputDevice) -> u8)

Some value of type T.