| 40 | } |
| 41 | |
| 42 | void InputManager::init(Triggers::TriggerManager& triggers) |
| 43 | { |
| 44 | t_actions = triggers.createTriggerGroup("Event", "Actions"); |
| 45 | this->createInputMap(); |
| 46 | this->createTriggerGroups(triggers); |
| 47 | } |
| 48 | |
| 49 | InputAction& InputManager::getAction(const std::string& actionId) |
| 50 | { |
nothing calls this directly
no test coverage detected