MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getCursorPosition

Function getCursorPosition

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

Source from the content-addressed store, hash-verified

564 },
565
566 async getCursorPosition(): Promise<{ x: number; y: number }> {
567 return requireComputerUseInput().mouseLocation()
568 },
569
570 /**
571 * `from === undefined` → drag from current cursor (training's

Callers

nothing calls this directly

Calls 1

requireComputerUseInputFunction · 0.85

Tested by

no test coverage detected