tomdaley92 / x-wrap

Gamepad to keyboard+mouse mapping utility for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Gamepad to keyboard+mouse mapping utility for Windows

License:MIT License


Languages

Language:C 64.1%Language:C++ 33.6%Language:Objective-C 1.1%Language:Objective-C++ 0.8%Language:Makefile 0.1%Language:Batchfile 0.1%Language:GLSL 0.0%Language:CMake 0.0%Language:Shell 0.0%