| 15 | } |
| 16 | |
| 17 | Window::~Window() |
| 18 | { |
| 19 | //delete all our GUIs |
| 20 | while(peekGui()) |
| 21 | delete peekGui(); |
| 22 | |
| 23 | delete mInputManager; |
| 24 | } |
| 25 | |
| 26 | void Window::pushGui(GuiComponent* gui) |
| 27 | { |
nothing calls this directly
no outgoing calls
no test coverage detected