Function SDL_UpdateGamepads

pub unsafe extern "C" fn SDL_UpdateGamepads()
Available on crate feature dep_sdl3 only.
Expand description

Manually pump gamepad updates if not using the loop.

This function is called automatically by the event loop if events are enabled. Under such circumstances, it will not be necessary to call this function.

§Availability

This function is available since SDL 3.2.0.