Update the current state of the open joysticks.
void SDL_JoystickUpdate(void);
This is called automatically by the event loop if any joystick events are enabled.
This function is available since SDL 2.0.0.
CategoryAPI