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