Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ setCombination
Method
setCombination
src/Core/Input/InputCondition.cpp:35–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
void InputCondition::setCombination(const InputCombination& combination)
36
{
37
m_combination = combination;
38
m_enabled = true;
39
}
40
41
void InputCondition::enable(const std::vector<InputButtonMonitorPtr>& monitors)
42
{
Callers
1
configure
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected