Skip to content

Cross-platform GUI application for displaying indices/values of pushed buttons/axes on a game controller

License

Notifications You must be signed in to change notification settings

karwler/GameControllerChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GameControllerChecker

A small GUI application for displaying the indices and values of pushed buttons, hats and axes on a game controller.
You can switch between DirectInput, XInput and haptic testing if supported by the controller.

Used libraries are SDL2 and SDL2_ttf.
The minimum required CMake version is 3.10.2 and your compiler needs to support at least C++17.

Linux

All dependencies need to be installed manually.
Installing the packages "libsdl2-dev libsdl2-ttf-dev" should do the trick. (Assuming that all necessary dependencies for those are installed automatically in the process.)
The default font is set to "Arial", so you probably need to install some kind of "ttf-ms-fonts" package.
If you don't want to install any new fonts, you can just change the default font in the "src/windowSys.h" file in line 9.

Windows

All necessary libraries are downloaded while running CMake.

Releases

No releases published

Packages

No packages published