SDL3 Lib in Qt6
-
Hi, I have 2 joystick and I would like to read their buttons and axis by SDL. I saw some examples in SDL Examples and I used to read when I use their code. But I can not understand how can I use in some class like JoystickManager ?
JoystickManager::JoystickManager(QObject *parent) : QObject{parent} { } JoystickManager::~JoystickManager() { }
Could anyone help me ?
-
Hi,
I found again this thread that presented the QJoysticks project that might give you a starting point.
-
Thank you so much, I will check over