table of contents
other versions
SDL_iPhoneSetEventPump(3) | SDL3 FUNCTIONS | SDL_iPhoneSetEventPump(3) |
NAME¶
SDL_iPhoneSetEventPump - Use this function to enable or disable the SDL event pump on Apple iOS.
SYNOPSIS¶
#include "SDL3/SDL.h"
void SDL_iPhoneSetEventPump(SDL_bool enabled);
DESCRIPTION¶
This function is only available on Apple iOS.
This functions is also accessible using the macro
SDL_iOSSetEventPump () since SDL 2.0.4.
FUNCTION PARAMETERS¶
- enabled
-
SDL_TRUE
to enable the event pump, SDL_FALSE
to disable it
AVAILABILITY¶
This function is available since SDL 3.0.0.
SEE ALSO¶
SDL_iPhoneSetAnimationCallback(3)
SDL 3.1.0 | SDL |