Skip to content

Gamepad to keyboard+mouse mapping utility for Windows

License

Notifications You must be signed in to change notification settings

tomdaley92/x-wrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xwrap

v0.0.1

A simple and lightweight tool to map Xinput to keyboard & mouse strokes.

Dependencies & Requirements

  • Windows 10
  • Xinput

Building Natively on Windows

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