Input Tester

14 September 2022


This is a tool to detect synthesised inputs on Windows.

Input Tester is open source!

Tech Stack

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


Back to Works