Constant SDL_EVENT_LOW_MEMORY
pub const SDL_EVENT_LOW_MEMORY: SDL_EventType;
Available on crate feature
dep_sdl3
only.Expand description
The application is low on memory, free memory if possible. This event must be handled in a callback set with SDL_AddEventWatch()
.
Called on iOS in applicationDidReceiveMemoryWarning()
Called on Android in onTrimMemory()