pub const SDL_APP_TERMINATING: SDL_EventType;
Expand description

The application is being terminated by the OS.

  • Called on iOS in applicationWillTerminate()
  • Called on Android in onDestroy()