/AutoInputSwitch

Primary LanguageC++MIT LicenseMIT

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 .