Skip to main content
GET
/
v1
/
desktop
/
mouse
/
position
Get the current desktop mouse position.
curl --request GET \
  --url http://localhost:2468/v1/desktop/mouse/position
{
  "x": 123,
  "y": 123,
  "screen": 123,
  "window": "<string>"
}

Response

Desktop mouse position

x
integer<int32>
required
y
integer<int32>
required
screen
integer<int32> | null
window
string | null