Function fltk::app::add_check

source ·
pub fn add_check<F: FnMut(CheckHandle) + 'static>(cb: F) -> CheckHandle
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.