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