AbbieDoobie / AutoInputSwitch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoInputSwitch

Automatically switch between gamepad and mouse/keyboard control.

Requirements

Register Visual Studio as a Generator

  • Open x64 Native Tools Command Prompt
  • Run cmake
  • Close the cmd window

Building

git clone https://github.com/Exit-9B/AutoInputSwitch
cd AutoInputSwitch
git submodule update --init --recursive
cmake -B build -S .

About

License:MIT License


Languages

Language:C++ 85.3%Language:CMake 14.5%Language:C 0.2%