class
KeyMap
(Return to index)
maintains a keycode-to-
UControl
mapping
Type:
Instantiable
Derived Classes
Include file:
Unidraw/keymap.h
Description:
man page
Public:
void
Execute
(const char* keyCode)
KeyMap
()
void
Register
(
KeyMap
*)
void
Register
(
UControl
*)
void
Unregister
(
KeyMap
*)
void
Unregister
(
UControl
*)
virtual
~KeyMap
()
Protected:
void
Init
()
KeyMap
(
KeyMap
*)
KeyMap
(
UControl
*)
UControl
*
_ctrl
KeyMap
*
_next
KeyMap
*
_submap
(more documentation)