devela::_dep::miniquad::window

Function schedule_update

pub fn schedule_update()
Available on crate feature dep_miniquad only.
Expand description

With conf.platform.blocking_event_loop, schedule_update called from an event handler makes draw()/update() functions to be called without waiting for a next event.

Does nothing without conf.platform.blocking_event_loop.