Joystick with force feedback in Qt
-
Hello,
I have a little directX-program to read my joystick and to send force feedback to the joystick. Now I would like to use the joystick in a Qt program. I know that Qt does provides directX. But does provide it joystick input and force feedback output too?
Otherwise I think about a second way/plan to use a Qt program and a Windows directX program in concurrent mode and let them communicate by local network (would this be a good alternative?).
Which way would you prefer?
-
Hi,
AFAIK, no there's nothing specific like that but you could use your OS native API for that.
Hope it helps
-
Ok, thank you for response.