Use this function to enable or disable the SDL event pump on Apple iOS.
Defined in <SDL3/SDL_system.h>
void SDL_SetiOSEventPump(bool enabled);
bool | enabled | true to enable the event pump, false to disable it. |
This function is only available on Apple iOS.
This function is available since SDL 3.1.3.