![]() |
Plasma Engine
2.0
|
A central place for creating and retrieving action maps. More...
#include <ActionMapManager.h>
Static Public Member Functions | |
static plResult | RegisterActionMap (plStringView sMapping) |
Adds a new action map with the given name. Returns PL_FAILURE if the name was already used before. | |
static plResult | UnregisterActionMap (plStringView sMapping) |
Deletes the action map with the given name. Returns PL_FAILURE, if no such map exists. | |
static plActionMap * | GetActionMap (plStringView sMapping) |
Returns the action map with the given name, or nullptr, if it doesn't exist. | |
A central place for creating and retrieving action maps.