Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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

Availability

       This function is available since SDL 3.2.0.

Description

       This function is only available on Apple iOS.

Function Parameters

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

Name

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

See Also

SDL_SetiOSAnimationCallback(3)

Simple Directmedia Layer                           SDL 3.2.20                             SDL_SetiOSEventPump(3)

Synopsis

#include<SDL3/SDL_system.h>voidSDL_SetiOSEventPump(boolenabled);

See Also