Test the trackpads on a Steam Controller.
Windows and Linux binaries are provided on the Releases page. To build from source, see Compiling.
Requirements:
For Windows, vcpkg is recommended. For Linux, use the libraries provided by your distribution.
Clone the repository:
git clone https://github.com/ceski-1/trackpadtest.git
Configure (if using vcpkg):
cmake -B build -DCMAKE_TOOLCHAIN_FILE="<path_to_vcpkg>/scripts/buildsystems/vcpkg.cmake"
Configure (if not using vcpkg):
cmake -B build
Build:
cmake --build build --config Release
