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