[][src]Constant fermium::events::SDL_APP_WILLENTERFOREGROUND

pub const SDL_APP_WILLENTERFOREGROUND: SDL_EventType;

The application is about to enter the foreground.

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