[][src]Constant fermium::events::SDL_APP_LOWMEMORY

pub const SDL_APP_LOWMEMORY: SDL_EventType;

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

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