SDL_SetiOSEventPump - Man Page
Use this function to enable or disable the SDL event pump on Apple iOS.
Synopsis
#include <SDL3/SDL_system.h> void SDL_SetiOSEventPump(bool enabled);
Description
This function is only available on Apple iOS.
Function Parameters
- enabled
true to enable the event pump, false to disable it.
Availability
This function is available since SDL 3.2.0.
See Also
Referenced By
SDL_SetiOSAnimationCallback(3).
SDL 3.2.16 Simple Directmedia Layer SDL3 FUNCTIONS