ReactOS 0.4.16-dev-136-g52192f1
|
#include <tkeymap.h>
Public Member Functions | |
KeyMap (DWORD state, DWORD code) | |
KeyMap () | |
KeyMap (TKeyDef &tk) | |
KeyMap (TKeyDef &tk, string &) | |
KeyMap (const string &t) | |
int | operator== (const KeyMap &t) const |
KeyMap & | operator= (const KeyMap &t) |
~KeyMap () | |
Public Attributes | |
keyArray | map |
string | orig |
TKeyDef | key |
Friends | |
bool | operator< (const KeyMap &t1, const KeyMap &t2) |
Definition at line 34 of file tkeymap.cpp.
KeyMap::KeyMap | ( | TKeyDef & | tk | ) |
KeyMap::~KeyMap | ( | ) |
Definition at line 61 of file tkeymap.cpp.
Definition at line 44 of file tkeymap.cpp.
Definition at line 56 of file tkeymap.cpp.
string KeyMap::orig |
Definition at line 19 of file tkeymap.h.
Referenced by operator=().