#include <keymsg.h>
Inheritance diagram for KeyMsg:

Public Types | |
| enum | KeyReason { KEYPRESS, MODIFIERCHANGED } |
Public Member Functions | |
| KeyMsg (KeyReason ThisReason, KeyPress *pThisKeyPress) | |
Public Attributes | |
| KeyReason | Reason |
| KeyPress * | pKeyPress |
Definition at line 119 of file keymsg.h.
|
|
Definition at line 126 of file keymsg.h. 00127 { 00128 KEYPRESS, // A key has been pressed and the resulting KeyPress object is 00129 // pointed to by KeyMsg::pKeyPress 00130 MODIFIERCHANGED 00131 };
|
|
||||||||||||
|
Definition at line 136 of file keymsg.h.
|
|
|
|
|
|
|
1.4.4