Type Definition flipper0::ffi::ViewCustomCallback

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

View Custom callback @param event, number of custom event @param context, pointer to context @return true if event handled, false if event ignored