From 61e5ad42e20a6be97f589a160bd5db93bea67e89 Mon Sep 17 00:00:00 2001 From: Clive Galway Date: Sat, 31 Mar 2018 18:53:42 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c6ad871..36ea73e 100644 --- a/README.md +++ b/README.md @@ -197,15 +197,22 @@ 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 +You can send clicks and other mouse button events with: `Interception.SendMouseButtonEvent(,