Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
evilC committed Mar 31, 2018
1 parent 53e24c1 commit d922ae7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions C#/AutoHotInterception/Manager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ private void PollThread()
// 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)
{
Expand Down

0 comments on commit d922ae7

Please sign in to comment.