Constant SDL_EVENT_DID_ENTER_FOREGROUND

pub const SDL_EVENT_DID_ENTER_FOREGROUND: SDL_EventType;
Available on crate feature dep_sdl3 only.
Expand description

The application is now interactive. This event must be handled in a callback set with SDL_AddEventWatch(). Called on iOS in applicationDidBecomeActive() Called on Android in onResume()