wGui::CKeyboardMessage Class Reference

Any messages generated from keyboard input. More...

#include <wg_message.h>

Inheritance diagram for wGui::CKeyboardMessage:

wGui::CMessage

Public Member Functions

Data Fields


Detailed Description

Any messages generated from keyboard input.

Definition at line 132 of file wg_message.h.


Constructor & Destructor Documentation

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

Parameters:
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.


The documentation for this class was generated from the following files:
Generated on Wed May 16 23:11:27 2007 for wGui by  doxygen 1.5.1