Wiki Page Content

Revision 2 as of 2010-07-28 18:35:26

Clear message

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


CategoryStruct

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