Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
evilC authored Jul 9, 2019
1 parent 8b3522c commit 2fe91b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,12 @@ AHI := new AutoHotInterception()
AHI.Instance.SendMouseMove(...)
```

## Misc Commands
### SetStatus
`SetStatus(true|false)`
Turns on or off all subscriptions (Starts on)
Where `true` is on, `false` is off.
eg `AHI.SetStatus(false)`

## Finding Device IDs
### USB Devices
Expand Down

0 comments on commit 2fe91b8

Please sign in to comment.