| 80 | } |
| 81 | |
| 82 | void KNativeSystem::showScreen(bool show) { |
| 83 | if (screen) { |
| 84 | screen->showWindow(show); |
| 85 | } |
| 86 | } |
| 87 | |
| 88 | void KNativeSystem::warpMouse(S32 x, S32 y) { |
| 89 | if (!opengl || screen->isVisible()) { |
nothing calls this directly
no test coverage detected