mouse
Move Mouse Cursor
Moves the mouse cursor to the specified X and Y coordinates on the screen.
post/api/mouse/move
Request body
Example request
{
"display_num": 1,
"x": 500,
"y": 300
}Response
Successfully moved the cursor
Moves the mouse cursor to the specified X and Y coordinates on the screen.
{
"display_num": 1,
"x": 500,
"y": 300
}Successfully moved the cursor