Function fltk::app::ready

source ·
pub fn ready() -> bool
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.