v1

latestOpenAPI 3.1.02026-07-13372867.8 KB
mouse

Move Mouse Cursor

Moves the mouse cursor to the specified X and Y coordinates on the screen.

post/api/mouse/move

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 moved the cursor

All 37 operations