pub const SDL_APP_LOWMEMORY: SDL_EventType;
Expand description

The application is low on memory, free memory if possible.

  • Called on iOS in applicationDidReceiveMemoryWarning()
  • Called on Android in onLowMemory()