| 133 | } |
| 134 | |
| 135 | void Application::initEventSystem() |
| 136 | { |
| 137 | Resources::EventManager::init(); |
| 138 | Resources::EventListenerManager::init(); |
| 139 | |
| 140 | // Input |
| 141 | SystemEventProvider::SDL::init(); |
| 142 | Input::System::init(); |
| 143 | } |
| 144 | |
| 145 | void Application::shutdown() { _running = false; } |
| 146 | } |
nothing calls this directly
no outgoing calls
no test coverage detected