Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 393 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 393 Bytes

KeyHookDemo

Shows how to use minhook to hook GetMessage and listen in on application specific keypresses, and how to use SetWindowsHookEx to listen in on system wide keypresses.

Installation

Download Visual Studio and in VS Installer make sure to install C++ Desktop Development Clone the repository and open it using Visual Studio, you're set.