#include <arsmessages.h>
Inheritance diagram for Ars::KeyboardMessage:


Public Member Functions | |
| KeyboardMessage (const EMessageType MessageType, MessageClient *pDestination, const unsigned char ScanCode, const SDLMod Modifiers, const SDLKey Key, const Uint16 Unicode) | |
Data Fields | |
| const unsigned char | ScanCode |
| ScanCode The scan code of the key pressed. | |
| const SDLMod | Modifiers |
| Modifiers Any modifier keys that are being pressed (alt, ctrl, shift, etc). | |
| const SDLKey | Key |
| Key The SDLKey that defines the key pressed. | |
| const Uint16 | Unicode |
| The unicode character the keypress corresponds to. | |
|
||||||||||||||||||||||||||||
|
Construct a new Keyboard message
Definition at line 80 of file arsmessages.h. References Unicode.
|
|
|
Key The SDLKey that defines the key pressed.
Definition at line 86 of file arsmessages.h. Referenced by Ars::XListBox::evKeyDown(), and Ars::XEditBox::evKeyDown(). |
|
|
Modifiers Any modifier keys that are being pressed (alt, ctrl, shift, etc).
Definition at line 85 of file arsmessages.h. Referenced by Ars::XEditBox::evKeyDown(). |
|
|
ScanCode The scan code of the key pressed.
Definition at line 84 of file arsmessages.h. |
|
|
The unicode character the keypress corresponds to.
Definition at line 87 of file arsmessages.h. Referenced by Ars::XEditBox::evKeyDown(), and KeyboardMessage(). |
1.3.3