| 246 | } |
| 247 | |
| 248 | void InputManager::setContext(const std::string& context) |
| 249 | { |
| 250 | this->clearContexts(); |
| 251 | this->addContext(context); |
| 252 | } |
| 253 | |
| 254 | std::vector<std::string> InputManager::getContexts() |
| 255 | { |
nothing calls this directly
no test coverage detected