MCPcopy Create free account
hub / github.com/Aloshi/EmulationStation / ~Window

Method ~Window

src/Window.cpp:17–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17Window::~Window()
18{
19 //delete all our GUIs
20 while(peekGui())
21 delete peekGui();
22
23 delete mInputManager;
24}
25
26void Window::pushGui(GuiComponent* gui)
27{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected