| SDL_SetiOSEventPump(3) | SDL3 FUNCTIONS | SDL_SetiOSEventPump(3) |
SDL_SetiOSEventPump - Use this function to enable or disable the SDL event pump on Apple iOS.
Defined in SDL3/SDL_system.h
#include "SDL3/SDL.h"
void SDL_SetiOSEventPump(bool enabled);
This function is only available on Apple iOS.
This function is available since SDL 3.2.0.
| SDL 3.2.10 | Simple Directmedia Layer |