Wiki Page Content

Revision 3 as of 2010-05-08 07:41:58

Clear message

DRAFT

SDL_KeyboardEvent

A structure that contains keyboard button event structure information (event.key.*).

Data Fields

Uint8

type

SDL_KEYDOWN or SDL_KEYUP

Uint32

windowID

the window with keyboard focus, if any

Uint8

which

the keyboard device index

Uint8

state

SDL_PRESSED or SDL_RELEASED

SDL_keysym

keysym

the key that was pressed or released

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