Button 32 !

I’m doing a frontend for an arcade cabinet.
The cabinet is base on a Windows XP PC and a GP Wiz-40 (A nice piece of hardware that manage all the buttons).
The frontend is made with Java2D/JInput.

Everything works well but one button, the button 32. I’m pretty sure that is a limitation of JInput and that I’m the first one that have to mush buttons for JInput to Handle ;D.

Yup, currently we have buttons 0-31 supported, looks like this is a genuine short fall. How many buttons does this thing have??? :). Does the first button have the id 0, or has it picked up button 1 by mistake?.

Cheers

Endolf

I didn’t verify IDs. In Windows control panel, the button are from 1 to 32. And when I get name of the component with JInput, it is the same too. I don’t have the hardware right now do I can’t say.

Buttons grow really quickly. 4 ways joystick + 6 buttons + Star/Select/Coin x 2 players + Option/Service/Snapshot/Exit = 30 buttons ;D.
Since I have 2 ports available, I can do a quick hardware change. I just want to verify if there was something wrong.