Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2010-03-23 18:10:43
Size: 692
Editor: SheenaSmith
Comment: create page, add content (Rev 5540)
Revision 2 as of 2010-07-28 18:35:26
Size: 722
Editor: SheenaSmith
Comment: update content - changeset 4624
Deletions are marked like this. Additions are marked like this.
Line 11: Line 11:
||Uint8||'''type'''||SDL_JOYBUTTONDOWN or SDL_JOYBUTTONUP|| ||Uint32||'''type'''||SDL_JOYBUTTONDOWN or SDL_JOYBUTTONUP||
Line 15: Line 15:
||Uint8||'''padding1'''||||

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

None: SDL_JoyButtonEvent (last edited 2014-12-06 12:24:54 by PhilippWiesemann)

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