#include <wg_message.h>
Inheritance diagram for wGui::CKeyboardMessage:
Definition at line 132 of file wg_message.h.
wGui::CKeyboardMessage::CKeyboardMessage | ( | const EMessageType | MessageType, | |
const CMessageClient * | pDestination, | |||
const CMessageClient * | pSource, | |||
unsigned char | ScanCode, | |||
SDLMod | Modifiers, | |||
SDLKey | Key, | |||
Uint16 | Unicode | |||
) |
Construct a new Keyboard message
MessageType | The type of message being created | |
pDestination | A pointer to the window that the message is destined for (0 for no specific destination, or to broadcast to all) | |
pSource | A pointer to the window that created the message | |
ScanCode | The scan code of the key pressed | |
Modifiers | Any modifier keys that are being pressed (alt, ctrl, shift, etc) | |
Key | The SDLKey that defines the key pressed | |
Unicode | The unicode character the keypress corresponds to |
Definition at line 51 of file wg_message.cpp.