Owen
❔ Issue with GlobalMouseKeyHook / Global Hotkeys.
I am using: https://github.com/gmamaladze/globalmousekeyhook in one of my C# console applications to receive keypresses when the console is out of focus.
This works in one of my applications - but when attempting to use the same code in a new project, the key presses are not detected at all.
Not sure what the problem could be here. Any ideas?
Here's the implementation i'm using in both programs.
48 replies