Steering Wheel

I’m writing a java program that needs to get some directional and speed information.
Currently, I feed those info usign a mouse, but I really hope to use a steering wheel device.
So, I did a little bit of search, and it seems Jinput might gvie me what I want.
However, looking at APIs it’s not obvious how I can do it.

So, here is my question: By using Jinput, can I use a steering wheel device?
Have anybody ever done or have you heard somebody ever done it?
Lastly, do you have any recommendation for the device?

The intention of JInput is that it will support the Steering Wheel device. But that may mean that the plugins for each platform need to support it too. I still can’t figure JInput out. At one point I wanted to help code it… but since there was little design information available and it seem to be a complete mess to me, I’ve given up on it for now. Though it isn’t really that bad. It certainly doesn’t work very well cross platform though. The Mac port is way behind.

[quote]… and it seem to be a complete mess to me, I’ve given up on it for now.
[/quote]
And I thought I was alone with this feeling :slight_smile:

On what platform do you want to use the wheel? Usage information for JInput can be found in the sticky thread of the JInput forum. Just connect your wheel and run some sample apps. I have written such an application some time ago (JInputTester). But it needs a little cleanup now to work out of the box.
Maybe I get the JNLP working again … this would allow you to test your wheel very quickly… I post again when I am ready with it.

Ready!

Follow the link in the introduction:
http://www.java-gaming.org/cgi-bin/JGNetForums/YaBB.cgi?board=jinput;action=display;num=1087611855

Thank you very much, guys.
I’ll try on my windows machine.