Function add_check

pub fn add_check<F>(cb: F) -> *mut ()
where F: FnMut(*mut ()) + 'static,
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.