| 1035 | } |
| 1036 | |
| 1037 | void PointerInputRedirection::setWindowSelectionCursor(const QByteArray &shape) |
| 1038 | { |
| 1039 | if (!inited()) { |
| 1040 | return; |
| 1041 | } |
| 1042 | // send leave to current pointer focus window |
| 1043 | updateToReset(); |
| 1044 | m_cursor->setWindowSelectionCursor(shape); |
| 1045 | } |
| 1046 | |
| 1047 | void PointerInputRedirection::removeWindowSelectionCursor() |
| 1048 | { |
no test coverage detected