|
⇤ ← Revision 1 as of 2010-03-23 17:58:46
Size: 680
Comment: create page, add content (Rev 5540)
|
Size: 739
Comment: update content - changeset 4624
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 11: | Line 11: |
| ||Uint8||'''type'''||SDL_JOYAXISMOTION|| | ||Uint32||'''type'''||SDL_JOYAXISMOTION|| |
| Line 14: | Line 14: |
| ||Uint8||'''padding1'''|||| ||Uint8||'''padding2'''|||| |
DRAFT |
SDL_JoyAxisEvent
A structure that contains joystick axis motion event structure information (event.jaxis.*).
Data Fields
Uint32 |
type |
SDL_JOYAXISMOTION |
Uint8 |
which |
the joystick device index |
Uint8 |
axis |
the joystick axis index |
Uint8 |
padding1 |
|
Uint8 |
padding2 |
|
int |
value |
the axis value (range: -32768 to 32767) |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
