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.

Thread Safety

This function should only be called on the main thread.

Availability

This function is available since SDL 3.2.0.

See Also

SDL_SetiOSAnimationCallback(3)

Referenced By

SDL_SetiOSAnimationCallback(3).

SDL 3.4.8 Simple Directmedia Layer SDL3 FUNCTIONS