Merge branch 'master' into hotfix/absolute-mouse

hotfix/absolute-mouse
Clive Galway 5 years ago
commit 9c5c2969b0

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

Loading…
Cancel
Save