logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_JoystickUpdate - Updates the state of all joysticks

Description

       Updates  the  state(position,  buttons, etc.) of all open joysticks. If joystick events have been enabled
       with SDL_JoystickEventState then this is called automatically in the event loop.

Name

       SDL_JoystickUpdate - Updates the state of all joysticks

See Also

SDL_JoystickEventState

SDL                                          Tue 11 Sep 2001, 23:00                        SDL_JoystickUpdate(3)

Synopsis

#include"SDL.h"voidSDL_JoystickUpdate(void);

See Also