[][src]Function fltk::app::repeat_timeout

pub fn repeat_timeout(tm: f64, cb: Box<dyn FnMut()>)

Repeats a timeout callback from the expiration of the previous timeout You may only call this method inside a timeout callback. The timeout duration tm is indicated in seconds