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

Function mouseUp

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

Source from the content-addressed store, hash-verified

560 },
561
562 async mouseUp(): Promise<void> {
563 await requireComputerUseInput().mouseButton('left', 'release')
564 },
565
566 async getCursorPosition(): Promise<{ x: number; y: number }> {
567 return requireComputerUseInput().mouseLocation()

Callers

nothing calls this directly

Calls 1

requireComputerUseInputFunction · 0.85

Tested by

no test coverage detected