Constant SDL_EVENT_WILL_ENTER_BACKGROUND

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

The application is about to enter the background. This event must be handled in a callback set with SDL_AddEventWatch(). Called on iOS in applicationWillResignActive() Called on Android in onPause()