PDA

View Full Version : Accessing control grips / joystick in QT



HChit
20th June 2012, 11:13
Hi,
I'm trying to integrate input from a joystick and a control grip in my QT code. There are some apps available on the internet, but they use 3rd party libraries which may not be included in my project.
Any ideas of how to do this?

sonulohani
20th June 2012, 11:59
There is no built-in api for joystick available in Qt yet. But you can try with the third party api. Here is the link----->

1. http://plib.sourceforge.net/

2. http://www.open.com.au/mikem/arduino/USBJoystick/index.html

3. check out Joypick here: http://code.google.com/p/joypick/