v0.0.1
A simple and lightweight tool to map Xinput to keyboard & mouse strokes.
- Windows 10
- Xinput
Microsoft's C++ Build Tools are assumed to be installed. Specifically, you will want vcvarsall
, cl
, and nmake
accessible from the command line.
Open cmd
and set up your environment.
vcvarsall x86
Build from source using the nmake
utility.
nmake develop
Run the application.
nmake run
Other useful commands (see makefile):
nmake release
nmake clean