#pragma section-numbers off #pragma disable-camelcase || DRAFT|| = SDL_JoystickUpdate = Use this function to update the current state of the open joysticks. <> == Syntax == {{{#!highlight cpp void SDL_JoystickUpdate(void) }}} == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == This is called automatically by the event loop if any joystick events are enabled. == Related Functions == .[[SDL_JoystickEventState]] ---- [[CategoryAPI]], [[CategoryJoystick]]