MCPcopy Create free account
hub / github.com/HELPMEEADICE/doge-code / getCursorPosition

Function getCursorPosition

src/utils/computerUse/executor.ts:685–687  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

getInputFunction · 0.85
mouseLocationMethod · 0.65

Tested by

no test coverage detected