Type Definition flipper0::ffi::AppSceneOnEventCallback

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

Prototype for Scene on_event handler