#include <WindowKeymap.h>
◆ CWindowKeymap()
CWindowKeymap::CWindowKeymap |
( |
const std::string & |
controllerId | ) |
|
|
explicit |
◆ ControllerID()
virtual std::string CWindowKeymap::ControllerID |
( |
| ) |
const |
|
inlineoverridevirtual |
The controller ID.
This is required because key names are specific to each controller
Implements IWindowKeymap.
◆ GetActions()
Get the actions for a given key name and window ID.
- Parameters
-
windowId | The window ID to look up |
keyName | The key name created by CJoystickUtils::MakeKeyName() |
- Returns
- A list of actions associated with the given key for the given window
Implements IWindowKeymap.
◆ MapAction()
Add an action to the keymap for a given key name and window ID.
- Parameters
-
windowId | The window ID to look up |
keyName | The key name created by CJoystickUtils::MakeKeyName() |
action | The action to map |
Implements IWindowKeymap.
The documentation for this class was generated from the following files: