Type Definition flipperzero_sys::ViewDrawCallback
source · pub type ViewDrawCallback = Option<unsafe extern "C" fn(canvas: *mut Canvas, model: *mut c_void)>;Expand description
Re-export bindings View Draw callback @param canvas, pointer to canvas @param view_model, pointer to context @warning called from GUI thread