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

Method ~GuiSettingsMenu

src/components/GuiSettingsMenu.cpp:68–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68GuiSettingsMenu::~GuiSettingsMenu()
69{
70 for(auto iter = mLabels.begin(); iter != mLabels.end(); iter++)
71 {
72 delete *iter;
73 }
74}
75
76bool GuiSettingsMenu::input(InputConfig* config, Input input)
77{

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected