Irrlicht
type TKeyMap = record
Struct storing which key belongs to which action.
Action: TKeyAction;
KeyCode: TKeyCode;
The action performed when the key is pressed.
action
The key code.