This is a tool to detect synthesised inputs on Windows.
Input Tester is open source!
Tech Stack
-
C++ with Win32 APIs
- I chose C++ because of its speed and interoperability with Win32 APIs.
Motivation
While I was experimenting with automation on a game, I realised that the synthesised inputs that I sent out were detected. I decided to create a tool to learn how I could detect synthesised inputs.