| 434 | } |
| 435 | |
| 436 | void MSWindowsScreen::getCursorPos(int32_t &x, int32_t &y) const |
| 437 | { |
| 438 | m_desks->getCursorPos(x, y); |
| 439 | } |
| 440 | |
| 441 | /* |
| 442 | * getThisCursorPos and setThisCursorPos will attempt to negotiate with the |
nothing calls this directly
no outgoing calls
no test coverage detected