Function add_check
pub fn add_check<F>(cb: F) -> *mut ()
Available on crate feature
dep_fltk
only.Expand description
Add a check callback to run within the event loop. This function returns a handle that can be used for future interaction with the callback.