MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / deinit

Method deinit

src/Window.cpp:74–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void Window::deinit()
75{
76 mInputManager->deinit();
77 mResourceManager.unloadAll();
78 Renderer::deinit();
79}
80
81void Window::input(InputConfig* config, Input input)
82{

Callers

nothing calls this directly

Calls 2

unloadAllMethod · 0.80
deinitFunction · 0.70

Tested by

no test coverage detected