An open API service indexing awesome lists of open source software.

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.

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).