| 89 | |
| 90 | |
| 91 | void MainWindow::warpMouse() { |
| 92 | // move mouse to center of view window (zero motion box) |
| 93 | window->warpMouse((width >> 1) + xOrigin, (viewHeight >> 1) + getYOffset()); |
| 94 | } |
| 95 | |
| 96 | |
| 97 | void MainWindow::warpMouse(int mx, int my) { |
no outgoing calls
no test coverage detected