(external: boolean)
| 107 | } |
| 108 | |
| 109 | function cancel(external: boolean) { |
| 110 | options.dragCancel?.(downEvent, external); |
| 111 | |
| 112 | destroy(); |
| 113 | } |
| 114 | |
| 115 | const downClientPos = new Vec2(downEvent.clientX, downEvent.clientY); |
| 116 |
no test coverage detected