|
⇤ ← Revision 1 as of 2010-03-23 18:10:43
Size: 692
Comment: create page, add content (Rev 5540)
|
Size: 722
Comment: update content - changeset 4624
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 11: | Line 11: |
| ||Uint8||'''type'''||SDL_JOYBUTTONDOWN or SDL_JOYBUTTONUP|| | ||Uint32||'''type'''||SDL_JOYBUTTONDOWN or SDL_JOYBUTTONUP|| |
| Line 15: | Line 15: |
| ||Uint8||'''padding1'''|||| |
DRAFT |
SDL_JoyButtonEvent
A structure that contains joystick button event structure information (event.jbutton.*).
Data Fields
Uint32 |
type |
SDL_JOYBUTTONDOWN or SDL_JOYBUTTONUP |
Uint8 |
which |
the joystick device index |
Uint8 |
button |
the joystick button index |
Uint8 |
state |
SDL_PRESSED or SDL_RELEASED |
Uint8 |
padding1 |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
