0x00407231
| 61 | |
| 62 | // 0x00407231 |
| 63 | void stopCursorDrag() |
| 64 | { |
| 65 | if (_cursorDragState != 0) |
| 66 | { |
| 67 | _cursorDragState = 0; |
| 68 | Ui::setCursorPos(_cursorDragStart.x, _cursorDragStart.y); |
| 69 | Ui::showCursor(); |
| 70 | } |
| 71 | } |
| 72 | |
| 73 | Ui::Point getNextDragOffset() |
| 74 | { |
no test coverage detected