Skip to content

ceski-1/trackpadtest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trackpadtest

Test the trackpads on a Steam Controller.

screenshot

Download

Windows and Linux binaries are provided on the Releases page. To build from source, see Compiling.

Compiling

Requirements:

  • CMake (3.16 or later)
  • SDL3 (3.5.0 or later)

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

About

Test the trackpads on a Steam Controller.

Resources

License

Stars

Watchers

Forks

Contributors