Type Definition flipper0::ffi::ViewInputCallback

source ·
pub type ViewInputCallback = Option<unsafe extern "C" fn(*mut InputEvent, *mut c_void) -> bool>;
Expand description

View Input callback @param event, pointer to input event data @param context, pointer to context @return true if event handled, false if event ignored @warning called from GUI thread