pub type ViewInputCallback = Option<unsafe extern "C" fn(event: *mut InputEvent, context: *mut c_void) -> bool>;Expand description
Aliased Type§
pub enum ViewInputCallback {
None,
Some(unsafe extern "C" fn(*mut InputEvent, *mut c_void) -> bool),
}