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