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

Method done

src/components/GuiDetectDevice.cpp:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void GuiDetectDevice::done()
68{
69 mWindow->pushGui(new GuiInputConfig(mWindow, mWindow->getInputManager()->getInputConfigByPlayer(0)));
70 delete this;
71}
72
73void GuiDetectDevice::update(int deltaTime)
74{

Callers

nothing calls this directly

Calls 3

pushGuiMethod · 0.80
getInputManagerMethod · 0.80

Tested by

no test coverage detected