Type Definition flipperzero_sys::AppSceneOnEventCallback
source · pub type AppSceneOnEventCallback = Option<unsafe extern "C" fn(context: *mut c_void, event: SceneManagerEvent) -> bool>;Expand description
Re-export bindings Prototype for Scene on_event handler