Ahmed Emad
Ahmed Emad

Reputation: 629

HID compliant game controller Java interface

I Have a USB RC flight simulator controller which is defined in the computer as "HID compliant game controller". The problem is I don't know how to interface this controller to my Java application to receive inputs from it. I can't find even it's COMM port since it's not a serial one. Here is an image of the controller:

enter image description here

Any Ideas?

Upvotes: 1

Views: 1015

Answers (1)

Russ Hayward
Russ Hayward

Reputation: 5667

Have you tried JInput?

http://fivedots.coe.psu.ac.th/~ad/jg2/ch11/index.html

Upvotes: 1

Related Questions