| 230 | |
| 231 | |
| 232 | bool SDLWindow::create(void) { |
| 233 | if (!((SDLDisplay*)getDisplay())->createWindow()) { |
| 234 | return false; |
| 235 | } |
| 236 | return true; |
| 237 | } |
| 238 | |
| 239 | |
| 240 | void SDLWindow::enableGrabMouse(bool on) { |
nothing calls this directly
no test coverage detected