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)),
}