Type Alias classicube_sys::InputDevice_IsPressed

source ·
pub type InputDevice_IsPressed = Option<unsafe extern "C" fn(device: *mut InputDevice, key: c_int) -> cc_bool>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.