Enum sixtyfps_corelib::backend::EventLoopQuitBehavior [−][src]
pub enum EventLoopQuitBehavior {
QuitOnLastWindowClosed,
QuitOnlyExplicitly,
}
Expand description
Behavior describing how the event loop should terminate.
Variants
Terminate the event loop when the last window was closed.
Keep the event loop running until Backend::quit_event_loop()
is called.