SDL_SetiOSEventPump - Man Page

Use this function to enable or disable the SDL event pump on Apple iOS.

Header File

Defined in SDL3/SDL_system.h

Synopsis

#include "SDL3/SDL.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.

Availability

This function is available since SDL 3.2.0.

See Also

·(3), SDL_SetiOSAnimationCallback(3)

Referenced By

SDL_SetiOSAnimationCallback(3).

SDL 3.2.2 Simple Directmedia Layer SDL3 FUNCTIONS