| 122 | } |
| 123 | |
| 124 | void InputManager::clear() |
| 125 | { |
| 126 | m_currentActions.clear(); |
| 127 | for (auto& action : m_allActions) |
| 128 | t_actions->remove(action->getId()); |
| 129 | m_allActions.clear(); |
| 130 | } |
| 131 | |
| 132 | void InputManager::configure(vili::node& config) |
| 133 | { |
no test coverage detected