Constant SDL_EVENT_TERMINATING

pub const SDL_EVENT_TERMINATING: SDL_EventType;
Available on crate feature dep_sdl3 only.
Expand description

The application is being terminated by the OS. This event must be handled in a callback set with SDL_AddEventWatch(). Called on iOS in applicationWillTerminate() Called on Android in onDestroy()