QJoysticks
QJoysticks copied to clipboard
Joystick input library for Qt
I'm using the QJoysticks library in windows with MinGW compiler. I'm working in QTCreator. I have a problem if I run the code. I just include the library, not use...
Hi, great job with this repository :) I want to use it in a project. My code compile with cmake and I work on Ubuntu 16.04 LTS, but in there...
I'm trying to use QJoystick on Windows with 2 joysticks installed. Both have a single button. One joystick has 2 axes, the other only 1. The software gets confused when...
Hello, thanks for the wonderful library, as I was building the code I got an Issue saying `:-1: error: skipping incompatible C:\Users\Athul Ram\Documents\Projects\Learn Qt\TextFinder\3rdparty\QJoysticks\lib\SDL\bin\windows\mingw/SDL2.dll when searching for -lSDL2` I'm very...
Uncaught exceptions in SDL_Joysticks.cpp for SDL_JOYAXISMOTION, SDL_CONTROLLERAXISMOTION, and SDL_JOYBUTTON* events. Fault: ASSERT failure in QList::operator[]: "index out of range", file C:\app\Qt\5.15.0\msvc2019_64\include\QtCore/qlist.h, line 579 C:\app\Qt\5.15.0\msvc2019_64\include\QtCore/qlist.h: 579 Example: In SDL_Joysticks::getAxisEvent(): event.joystick->axes[event.axis] =...
I have been having some problems using the Qjoysticks library to receive commands from a game controller (in my case, PS4 Controller and XboxOne Controller). When connecting the control to...