Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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