DRAFT |
SDL_JoyBallEvent
A structure that contains joystick trackball motion event structure information (event.jball.*).
Data Fields
Uint32 |
type |
SDL_JOYBALLMOTION |
Uint8 |
which |
the joystick device index |
Uint8 |
ball |
the joystick trackball index |
Uint8 |
padding1 |
|
Uint8 |
padding2 |
|
int |
xrel |
the relative motion in the X direction |
int |
yrel |
the relative motion in the Y direction |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
