Wiki Page Content

Revision 1 as of 2010-03-23 18:02:11

Clear message

DRAFT

SDL_JoyBallEvent

A structure that contains joystick trackball motion event structure information (event.jball.*).

Data Fields

Uint8

type

SDL_JOYBALLMOTION

Uint8

which

the joystick device index

Uint8

ball

the joystick trackball index

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


CategoryStruct

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit