|
NAMESDL_JoystickUpdate - Updates the state of all joysticksSYNOPSIS#include "SDL.h"void SDL_JoystickUpdate(void); DESCRIPTIONUpdates 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.SEE ALSOSDL_JoystickEventState
Visit the GSP FreeBSD Man Page Interface. |