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

Function mouseDown

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

Source from the content-addressed store, hash-verified

556 },
557
558 async mouseDown(): Promise<void> {
559 await requireComputerUseInput().mouseButton('left', 'press')
560 },
561
562 async mouseUp(): Promise<void> {
563 await requireComputerUseInput().mouseButton('left', 'release')

Callers

nothing calls this directly

Calls 1

requireComputerUseInputFunction · 0.85

Tested by

no test coverage detected