Function SDL_SetiOSEventPump
Source pub unsafe extern "C" fn SDL_SetiOSEventPump(enabled: bool)
Expand description
Use this function to enable or disable the SDL event pump on Apple iOS.
This function is only available on Apple iOS.
§Parameters
enabled: true to enable the event pump, false to disable it.
§Availability
This function is available since SDL 3.2.0.
§See also