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

Method init

src/Core/Input/InputManager.cpp:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 void InputManager::init(Triggers::TriggerManager& triggers)
43 {
44 t_actions = triggers.createTriggerGroup("Event", "Actions");
45 this->createInputMap();
46 this->createTriggerGroups(triggers);
47 }
48
49 InputAction& InputManager::getAction(const std::string& actionId)
50 {

Callers

nothing calls this directly

Calls 3

createInputMapMethod · 0.95
createTriggerGroupsMethod · 0.95
createTriggerGroupMethod · 0.80

Tested by

no test coverage detected