Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
createTriggerGroups
Method · 0.95
InputManager.cpp
File · 0.80
Calls
2
lock
Method · 0.80
push_back
Method · 0.45
Tested by
no test coverage detected