cURL
curl --request GET \ --url http://localhost:4242/{computer_name}/api/mouse/position
{ "x": 500, "y": 300 }
Gets the current position of the mouse cursor on the screen.
Documentation IndexFetch the complete documentation index at: https://docs.cuse.dev/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.cuse.dev/llms.txt
Use this file to discover all available pages before exploring further.
Successfully retrieved cursor position