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

Function moveMouse

src/utils/computerUse/executor.ts:527–529  ·  view source on GitHub ↗
(x: number, y: number)

Source from the content-addressed store, hash-verified

525 // ── Mouse ────────────────────────────────────────────────────────────
526
527 async moveMouse(x: number, y: number): Promise<void> {
528 await moveAndSettle(requireComputerUseInput(), x, y)
529 },
530
531 /**
532 * Move, then click. Modifiers are press/release bracketed via withModifiers

Callers

nothing calls this directly

Calls 2

moveAndSettleFunction · 0.85
requireComputerUseInputFunction · 0.85

Tested by

no test coverage detected