pub const SDL_APP_WILLENTERFOREGROUND: SDL_EventType;
Expand description

The application is about to enter the foreground.

  • Called on iOS in applicationWillEnterForeground()
  • Called on Android in onResume()