|
⇤ ← Revision 1 as of 2010-03-17 18:14:21
Size: 565
Comment: create page, add content (Rev 5540)
|
Size: 597
Comment: add RF
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 24: | Line 24: |
| .[[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.
