Constant SDL_EVENT_WILL_ENTER_FOREGROUND
pub const SDL_EVENT_WILL_ENTER_FOREGROUND: SDL_EventType;
Available on crate feature
dep_sdl3
only.Expand description
The application is about to enter the foreground. This event must be handled in a callback set with SDL_AddEventWatch()
.
Called on iOS in applicationWillEnterForeground()
Called on Android in onResume()