Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
evilC authored Mar 28, 2018
1 parent ec6e463 commit a474d20
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,14 +192,15 @@ Interception.SendKeyEvent(keyboardId, GetKeySC("a"), 1)
If you subscribe to a key using Subscription mode with the `block` parameter set to true, then send a different key using `SendKeyEvent`, you are transforming that key in a way which is totally invisible to windows (And all apps running on it), and it will respond as appropriate. For example, AHK `$` prefixed hotkeys **will not** be able to tell that this is synthetic input, and will respond to it.

### Sending Mouse Buttons
Not yet implemented
`Interception.SendMouseButtonEvent(<mouseId>, <button>, <state>)`
Where `button` is the button index, as used in `SubscribeMouseButton`

### Sending Mouse Movement
#### Relative
Not yet implemented
`Interception.SendMouseMove(<mouseId>, <x>, <y>)`

#### Absolute
Not yet implemented
`Interception.SendMouseMoveAbsolute(<mouseId>, <x>, <y>)`

## Monitor App
ToDo: Add recording of monitor app

0 comments on commit a474d20

Please sign in to comment.