Type Definition flipper0::ffi::ViewUpdateCallback

source ·
pub type ViewUpdateCallback = Option<unsafe extern "C" fn(*mut View, *mut c_void)>;
Expand description

View Update Callback Called upon model change, need to be propagated to GUI throw ViewPort update @param view, pointer to view @param context, pointer to context @warning called from GUI thread