1SDL_JoystickUpdate(3) SDL API Reference SDL_JoystickUpdate(3)
23
4
NAME
6SDL_JoystickUpdate - Updates the state of all joysticks
7
SYNOPSIS
9#include "SDL.h"
1011
void SDL_JoystickUpdate(void);
12
DESCRIPTION
14Updates the state(position, buttons, etc.) of all open joysticks. If
15joystick events have been enabled with SDL_JoystickEventState then this
16is called automatically in the event loop.
17
SEE ALSO
19SDL_JoystickEventState
2021
22
23
SDL Tue 11 Sep 2001, 23:00 SDL_JoystickUpdate(3)