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

Method clear

src/Core/Input/InputManager.cpp:124–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 }
123
124 void InputManager::clear()
125 {
126 m_currentActions.clear();
127 for (auto& action : m_allActions)
128 t_actions->remove(action->getId());
129 m_allActions.clear();
130 }
131
132 void InputManager::configure(vili::node& config)
133 {

Callers 2

clearConditionsMethod · 0.45
clearContextsMethod · 0.45

Calls 2

getIdMethod · 0.80
removeMethod · 0.45

Tested by

no test coverage detected