| 697 | } |
| 698 | |
| 699 | void MSWindowsScreen::fakeMouseMove(int32_t x, int32_t y) |
| 700 | { |
| 701 | m_desks->fakeMouseMove(x, y); |
| 702 | } |
| 703 | |
| 704 | void MSWindowsScreen::fakeMouseRelativeMove(int32_t dx, int32_t dy) const |
| 705 | { |
nothing calls this directly
no outgoing calls
no test coverage detected