|
Size: 597
Comment: add RF
|
← Revision 3 as of 2014-01-11 19:52:25 ⇥
Size: 595
Comment: Removed *.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 24: | Line 24: |
| .[[SDL_JoystickEventState]] * | .[[SDL_JoystickEventState]] |
DRAFT |
SDL_JoystickUpdate
Use this function to update the current state of the open joysticks.
Syntax
void SDL_JoystickUpdate(void)
Code Examples
You can add your code example here
Remarks
This is called automatically by the event loop if any joystick events are enabled.
