mouse
Perform Double Click
Performs a double left click at the current cursor position.
POST
/
api
/
mouse
/
double-click
Copy
curl --request POST \
--url http://localhost:4242/{computer_name}/api/mouse/double-click \
--header 'Content-Type: application/json' \
--data '{
"display_num": 1
}'
Copy
This response does not have an example.
Body
application/json
Display settings for the click operation
Response
204
Successfully performed double click
Copy
curl --request POST \
--url http://localhost:4242/{computer_name}/api/mouse/double-click \
--header 'Content-Type: application/json' \
--data '{
"display_num": 1
}'
Copy
This response does not have an example.
Assistant
Responses are generated using AI and may contain mistakes.