pub const SDL_APP_DIDENTERBACKGROUND: SDL_EventType;
Expand description

The application did enter the background and may not get CPU for some time.

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