Skip to content

Commit

Permalink
Update ScanCodeChecker notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Clive Galway committed Jan 13, 2022
1 parent c908516 commit 6964f67
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions C#/AutoHotInterception/ScanCodeChecker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
namespace AutoHotInterception
{
/*
* Tool to check Scan Codes and Press / Release states
*/
Tool to check Scan Codes and Press / Release states
Note that these are raw scancodes and states as they come from Interception. Some keys (eg extended code keys) will not match AHK key codes!
*/
public class ScanCodeChecker
{
private readonly IntPtr _deviceContext;
Expand Down

0 comments on commit 6964f67

Please sign in to comment.