From d922ae775f32556e2cdb1a60cfb779d55a9cec4a Mon Sep 17 00:00:00 2001 From: evilC Date: Sat, 31 Mar 2018 18:56:40 +0100 Subject: [PATCH] Comment --- C#/AutoHotInterception/Manager.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/C#/AutoHotInterception/Manager.cs b/C#/AutoHotInterception/Manager.cs index 1431d2c..af72008 100644 --- a/C#/AutoHotInterception/Manager.cs +++ b/C#/AutoHotInterception/Manager.cs @@ -438,6 +438,7 @@ namespace AutoHotInterception // Mouse Button //Debug.WriteLine($"AHK| Mouse {i} seen - flags: {stroke.mouse.flags}, raw state: {stroke.mouse.state}"); var state = stroke.mouse.state; + // ToDo: Replace with Bit Shift, move into Helpers var btn = 0; while (state > 2) {