1SDL_JoystickUpdate(3)          SDL API Reference         SDL_JoystickUpdate(3)
2
3
4

NAME

6       SDL_JoystickUpdate - Updates the state of all joysticks
7

SYNOPSIS

9       #include "SDL.h"
10
11       void SDL_JoystickUpdate(void);
12

DESCRIPTION

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

SEE ALSO

19       SDL_JoystickEventState
20
21
22
23SDL                         Tue 11 Sep 2001, 23:00       SDL_JoystickUpdate(3)
Impressum