MCPcopy Create free account
hub / github.com/ZToolsCenter/ZTools / simulateMouseDoubleClick

Method simulateMouseDoubleClick

src/main/api/plugin/input.ts:317–324  ·  view source on GitHub ↗
(x: number, y: number)

Source from the content-addressed store, hash-verified

315 }
316
317 private simulateMouseDoubleClick(x: number, y: number): boolean {
318 try {
319 return WindowManager.simulateMouseDoubleClick(x, y)
320 } catch (error: unknown) {
321 console.error('[PluginInput] 模拟鼠标双击失败:', error)
322 return false
323 }
324 }
325
326 private simulateMouseRightClick(x: number, y: number): boolean {
327 try {

Callers 1

setupIPCMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected