Function SDL_UpdateJoysticks

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

Update the current state of the open joysticks.

This is called automatically by the event loop if any joystick events are enabled.

§Availability

This function is available since SDL 3.2.0.