Update README.md

hotfix/interception-mouse-button-multiple-update v0.4.1
Clive Galway 5 years ago committed by GitHub
parent 9e0ec46ee9
commit a8da4e76e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -182,7 +182,7 @@ Each Subscribe endpont also has a corresponding Unsubscribe endpoint, which remo
#### Subscribing to Keyboard keys
Subscribe to a key on a specific keyboard
`SubscribeKey(<deviceId>, <scanCode>, <block>, <callback>, <concurrent>)`
`SubscribeKey(<deviceId>, <scanCode>, <block>, <callback>, <concurrent>)`
`UnsubscribeKey(<deviceId>, <scanCode>)`
```
Interception.SubscribeKey(keyboardId, GetKeySC("1"), true, Func("KeyEvent"))

Loading…
Cancel
Save