pub const SDL_APP_WILLENTERBACKGROUND: SDL_EventType;
Expand description

The application is about to enter the background.

  • Called on iOS in applicationWillResignActive()
  • Called on Android in onPause()