Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Exit-9B/AutoInputSwitch
https://github.com/Exit-9B/AutoInputSwitch
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Exit-9B/AutoInputSwitch
- Owner: Exit-9B
- License: mit
- Created: 2021-08-22T01:16:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T19:33:05.000Z (11 months ago)
- Last Synced: 2024-08-02T17:35:29.304Z (3 months ago)
- Language: C++
- Size: 40 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoInputSwitch
Automatically switch between gamepad and mouse/keyboard control.
## Requirements
* [CMake](https://cmake.org/)
* Add this to your `PATH`
* [PowerShell](https://github.com/PowerShell/PowerShell/releases/latest)
* [Vcpkg](https://github.com/microsoft/vcpkg)
* Add the environment variable `VCPKG_ROOT` with the value as the path to the folder containing vcpkg
* [Visual Studio Community 2019](https://visualstudio.microsoft.com/)
* C++ Clang tools for Windows
* Desktop development with C++## 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 .
```