Function fltk::app::ready[][src]

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.