MCPcopy Create free account
hub / github.com/begla/Intrinsic / initEventSystem

Method initEventSystem

IntrinsicCore/src/IntrinsicCoreApplication.cpp:135–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void Application::initEventSystem()
136{
137 Resources::EventManager::init();
138 Resources::EventListenerManager::init();
139
140 // Input
141 SystemEventProvider::SDL::init();
142 Input::System::init();
143}
144
145void Application::shutdown() { _running = false; }
146}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected