| 778 | } |
| 779 | |
| 780 | void XWindowsScreen::fakeMouseRelativeMove(int32_t dx, int32_t dy) const |
| 781 | { |
| 782 | // FIXME -- ignore xinerama for now |
| 783 | XTestFakeRelativeMotionEvent(m_display, dx, dy, CurrentTime); |
| 784 | XFlush(m_display); |
| 785 | } |
| 786 | |
| 787 | void XWindowsScreen::fakeMouseWheel(ScrollDelta delta) const |
| 788 | { |
nothing calls this directly
no outgoing calls
no test coverage detected