| 211 | } |
| 212 | |
| 213 | OpenGLWindow::~OpenGLWindow() |
| 214 | { |
| 215 | delete m_context; |
| 216 | |
| 217 | SDL_DestroyWindow(m_native_window); |
| 218 | SDL_Quit(); |
| 219 | } |
| 220 | |
| 221 | bool OpenGLWindow::OnWindowClosed(WindowClosedEvent& event) |
| 222 | { |
nothing calls this directly
no outgoing calls
no test coverage detected