Type Alias classicube_sys::Event_Input_Callback
source · pub type Event_Input_Callback = Option<unsafe extern "C" fn(obj: *mut c_void, key: c_int, repeating: cc_bool, device: *mut InputDevice)>;
Aliased Type§
enum Event_Input_Callback {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: i32, _: u8, _: *mut InputDevice)),
}