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

Method disable

src/Core/Input/InputAction.cpp:124–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 }
123
124 void InputAction::disable()
125 {
126 m_enabled = false;
127 for (InputCondition& condition : m_conditions)
128 {
129 condition.disable();
130 }
131 }
132
133 bool InputAction::isEnabled() const
134 {

Callers 2

clearContextsMethod · 0.45
InputManager.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected