MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / setContext

Method setContext

src/Core/Input/InputManager.cpp:248–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 2

clearContextsMethod · 0.95
addContextMethod · 0.80

Tested by

no test coverage detected