Correct SetStatus -> SetState

hotfix/absolute-mouse^2
Clive Galway 5 years ago committed by GitHub
parent 2fe91b84b6
commit 98035db5bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -101,11 +101,11 @@ AHI.Instance.SendMouseMove(...)
```
## Misc Commands
### SetStatus
`SetStatus(true|false)`
### SetState
`SetState(true|false)`
Turns on or off all subscriptions (Starts on)
Where `true` is on, `false` is off.
eg `AHI.SetStatus(false)`
eg `AHI.SetState(false)`
## Finding Device IDs
### USB Devices

Loading…
Cancel
Save