Public Member Functions | |
| KAMappedKey () | |
| ~KAMappedKey () | |
| void | Init (E_ACTIONS eAction, char *pActionName, char *pLocalStringName) |
| void | SetKey (KKEY cKey) |
| KKEY | GetKey () |
| char * | GetpActionName () |
| char * | GetpKeyName () |
| const char * | GetpLocalStringActionName () |
Protected Attributes | |
| E_ACTIONS | m_eAction |
| KKEY | m_cKey |
| char * | m_pActionName |
| char * | m_pLocalStringActionName |
| char * | m_pKeyName |
Definition at line 75 of file A_InputManager.h.
1.5.1-p1