UsbDeviceHacker
  1. /mouse
UsbDeviceHacker
  • /mouse
    • mouseSet
      POST
    • mouseRemove
      POST
    • mouseClick
      POST
  • /keyboard
    • keyboardSet
      POST
    • keyboardRemove
      POST
    • keyboardClick
      POST
  • /animation
    • animationSet_id=1
      POST
    • animationSet_id=2
      POST
    • animationSet_id=3
      POST
    • animationRemove
      POST
  1. /mouse

mouseRemove

Developing
POST
/mouse/remove
Обнуляет все значения мыши

Request

None

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/mouse/remove'

Responses

🟢200Success
application/json
Body
status
string 
required
Example
{
    "status": "ok"
}
🟠400Bad
🔴507BadStm
Modified at 2024-11-02 10:09:16
Previous
mouseSet
Next
mouseClick
Built with