()
| 683 | }, |
| 684 | |
| 685 | async getCursorPosition(): Promise<{ x: number; y: number }> { |
| 686 | return getInput().mouseLocation() |
| 687 | }, |
| 688 | |
| 689 | /** |
| 690 | * `from === undefined` → drag from current cursor (training's |
nothing calls this directly
no test coverage detected