| 97 | } |
| 98 | |
| 99 | void Platform::setWindowLocked(bool locked) |
| 100 | { |
| 101 | PlatformWindow* window = WindowManager->getFirstWindow(); |
| 102 | if( window ) |
| 103 | window->setMouseLocked( locked ); |
| 104 | } |
| 105 | |
| 106 | void Platform::minimizeWindow() |
| 107 | { |
nothing calls this directly
no test coverage detected