Type Definition flipperzero_sys::ViewPortDrawCallback
source · pub type ViewPortDrawCallback = Option<unsafe extern "C" fn(canvas: *mut Canvas, context: *mut c_void)>;Expand description
ViewPort Draw callback @warning called from GUI thread