| 753 | } |
| 754 | |
| 755 | void XWindowsScreen::getCursorCenter(int32_t &x, int32_t &y) const |
| 756 | { |
| 757 | x = m_xCenter; |
| 758 | y = m_yCenter; |
| 759 | } |
| 760 | |
| 761 | void XWindowsScreen::fakeMouseButton(ButtonID button, bool press) |
| 762 | { |
nothing calls this directly
no outgoing calls
no test coverage detected