DOKK / manpages / debian 13 / libsdl3-doc / SDL_SetiOSEventPump.3.en
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.

true to enable the event pump, false to disable it.

This function is available since SDL 3.2.0.

(3), SDL_SetiOSAnimationCallback(3)

SDL 3.2.10 Simple Directmedia Layer