v1

latestOpenAPI 3.1.02026-07-13372867.8 KB
mouse

Drag Mouse

Performs a drag operation from the current cursor position to the specified coordinates.

post/api/mouse/drag

Request body

xinteger required

X coordinate to move the cursor to

yinteger required

Y coordinate to move the cursor to

display_numinteger

Display number to target

Example request

{
  "display_num": 1,
  "x": 500,
  "y": 300
}

Response

Successfully performed drag operation