| 727 | } |
| 728 | |
| 729 | void PointerInputRedirection::setWindowSelectionCursor(const QByteArray &shape) |
| 730 | { |
| 731 | if (!inited()) { |
| 732 | return; |
| 733 | } |
| 734 | // send leave to current pointer focus window |
| 735 | updateToReset(); |
| 736 | m_cursor->setWindowSelectionCursor(shape); |
| 737 | } |
| 738 | |
| 739 | void PointerInputRedirection::removeWindowSelectionCursor() |
| 740 | { |
no test coverage detected