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

Method monitor

src/Core/Input/InputManager.cpp:314–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312 }
313
314 InputButtonMonitorPtr InputManager::monitor(const std::string& name)
315 {
316 return this->monitor(this->getInput(name));
317 }
318
319 InputButtonMonitorPtr InputManager::monitor(InputButton& input)
320 {

Callers 2

createTriggerGroupsMethod · 0.95
InputManager.cppFile · 0.80

Calls 2

lockMethod · 0.80
push_backMethod · 0.45

Tested by

no test coverage detected