|
#include <CATKeystroke.h>
Definition at line 55 of file CATKeystroke.h.
Public Member Functions | |
| CATKeystroke () | |
| CATKeystroke (CATUInt32 key, CATKEY_SPECIAL special, CATMODKEY modKey) | |
| ~CATKeystroke () | |
| operator CATUInt32 () const | |
| CATKeystroke & | operator= (char theChar) |
| CATKeystroke & | operator= (CATUInt32 theChar) |
| CATKeystroke & | operator= (CATKEY_SPECIAL specialChar) |
| bool | IsNormal () const |
| bool | IsSpecial () const |
| bool | CtrlDown () const |
| bool | AltDown () const |
| bool | ShiftDown () const |
| void | Set (CATUInt32 key, CATKEY_SPECIAL special, CATMODKEY modKey) |
| CATKEY_SPECIAL | GetSpecialKey () const |
| CATUInt32 | GetNormalKey () const |
Private Attributes | |
| CATUInt32 | fKey |
| CATKEY_SPECIAL | fSpecial |
| CATMODKEY | fModKey |
1.5.4