Wiki Page Content

Revision 1 as of 2010-03-23 17:58:46

Clear message

DRAFT

SDL_JoyAxisEvent

A structure that contains joystick axis motion event structure information (event.jaxis.*).

Data Fields

Uint8

type

SDL_JOYAXISMOTION

Uint8

which

the joystick device index

Uint8

axis

the joystick axis index

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


CategoryStruct

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