Function cancel_quit
pub fn cancel_quit()
Available on crate feature
dep_miniquad
only.Expand description
Cancels a pending quit request, either initiated by the user clicking the window close button, or programmatically by calling “request_quit()”. The only place where calling this function makes sense is from inside the event handler callback when the “quit_requested_event” event has been received