Function ready
pub fn ready() -> bool
Available on crate feature
dep_fltk
only.Expand description
This is similar to app::check() except this does not call app::flush() or any callbacks, which is useful if your program is in a state where such callbacks are illegal.