SAL_keyboard_item Struct Reference
[Event listening]

Data of an pressed key. More...

Collaboration diagram for SAL_keyboard_item:

Collaboration graph
[legend]
List of all members.

Public Attributes

SDLKey key
 Key in sdl coding style.
SDLMod mod
 Modification of the key (CTRL, ALT, SHIFT).
Uint32 life
 Birth date of active repeat after start of application in miliseconds.
SAL_gui_objectselected
 Selected gui object that will be activate on press / poll.

Detailed Description

Data of an pressed key.

Note:
Defined internaly.
This structure is created when a key is pressed. All data of the key get's saved. This data is later on read when the key is released.

Definition at line 68 of file SAL_eventhandler.cpp.


The documentation for this struct was generated from the following file: