[][src]Constant fermium::events::SDL_APP_DIDENTERBACKGROUND

pub const SDL_APP_DIDENTERBACKGROUND: SDL_EventType;

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

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