MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / moveMouse

Function moveMouse

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

Source from the content-addressed store, hash-verified

590 // ── Mouse ────────────────────────────────────────────────────────────
591
592 async moveMouse(x: number, y: number): Promise<void> {
593 await moveAndSettle(requireComputerUseInput(), x, y)
594 },
595
596 /**
597 * 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