SDL_SetiOSEventPump

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

This function is only available on Apple iOS.

version(iOS)
extern (C) nothrow @nogc extern
void
SDL_SetiOSEventPump
(
bool enabled
)

Parameters

enabled bool

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

See Also

Meta