https://github.com/jackson-nestelroad/cpp-keyboard-hook
Simple keyboard hook in C++ using Windows.h.
https://github.com/jackson-nestelroad/cpp-keyboard-hook
Last synced: 3 months ago
JSON representation
Simple keyboard hook in C++ using Windows.h.
- Host: GitHub
- URL: https://github.com/jackson-nestelroad/cpp-keyboard-hook
- Owner: jackson-nestelroad
- Created: 2018-11-13T04:46:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-10T21:29:52.000Z (over 6 years ago)
- Last Synced: 2025-01-29T09:20:11.267Z (8 months ago)
- Language: C++
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Keyboard Hook in C++
This repository showcases how to create a simple low level keyboard hook to intercept inputs from your keyboard. This project is developed purely in **C++** utilizing the `` header file.For the same project in C#, visit the [parallel repository](https://github.com/jackson-nestelroad/cs-keyboard-hook).