This is a Qt based app that uses SDL_Joystick to handle joysticks. It can be used to inspect the output of joysticks, and it can be used to learn how interaction with SDL's joystick handler can be accomplished.
This app has been run from within QtCreator on a linux platform. It also builds with Cmake on a linux platform. The code should be cross-platform but I have not tested it on other platforms. It has been built with Qt 5.12.8 and SDL2 2.0.14.
To build with Cmake use the standard method:
mkdir build
cd build
cmake ..
make
./JStest
Features
- Qt
- SDL
- linux
- Cmake
Follow JStest
You Might Also Like
Our Free Plans just got better! | Auth0 by Okta
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of JStest!