MCPcopy
hub / github.com/xtermjs/xterm.js / mouseUp

Function mouseUp

test/playwright/MouseTracking.test.ts:71–73  ·  view source on GitHub ↗
(button: 'left' | 'right' | 'middle' | undefined)

Source from the content-addressed store, hash-verified

69 await ctx.page.mouse.down({ button });
70}
71async function mouseUp(button: 'left' | 'right' | 'middle' | undefined): Promise<void> {
72 await ctx.page.mouse.up({ button });
73}
74
75// button definitions
76const buttons: { [key: string]: number } = {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected