logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

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