osx -- joystick support?

Hi all.

The current JInput release has no joystick support for OSX? FWIW my joystick is working fine with the old release (the one with Axis class). What is the status on this?

Also, not to to be a whiner, but it took me about 60 minutes of trial and error to figure out where the actual release files for JInput were located. The front page on jinput.dev.java.net is misleading since under “project status” it seems to imply that the only files available are the (stale) nightly builds or CVS. A more prominent link to downloads and api documentation (and maybe remove the links to the old stuff) would probably help a lot for those not already familiar with the project.

Thanks
aws

I am using (going by jinput Version.version ) 1.0.0-b.01. I am using the files:
jinput.jar
libjinput.jnilib
these were from: http://www.newdawnsoftware.com/resources/jinput/jinput_osx_2005-06-27.tgz

Most things work for me, but I was wondering if these are the most uptodate MacOSX files?
When I looked at the Files section of the JInput site, there seemed to be controller.jar and and a jinput.zip file under MacOSX, but the note says that only the keyboard is working?

When I do use JInput, I see alot of output, which I worry is slowing down my program. Can this output be controlled by a -D flag?

Here is a sample of the Debug Output, is this coming from the JInput jar?

[quote]Found device type [IOHIDKeyboardDevice]
Successfully opened device
InputQueue created 387f70 with depth 256
Adding controller elements
ElementCookie - 0x1 (1)
element Type - 0x201 (513)
usage - 0x6 (6)
usage page- 0x1 (1)
ElementCookie - 0x2 (2)
element Type - 0x2 (2)
usage - 0xe0 (224)
usage page- 0x7 (7)
Registered pollElement: 2

ElementCookie - 0x3 (3)
element Type - 0x2 (2)
usage - 0xe1 (225)
usage page- 0x7 (7)
Registered pollElement: 3
[/quote]
So far I have been pretty happy with JInput, I’ve gotten a couple logictech controllers hooked and have been having a blast. Of couse, its wierd because the controllers say the controlpads are normalized, but they return values of 1,128,255 (left, neutral, right). Am I misunderstanding the Javadocs for isNormalized?

Thanks.

Hi

Normalised should indeed be -1,0,+1. I have no mac, and that is no-one doing mac support for JInput currently (unfortunatly our dev had more important things). If you wish to get the source and fix it, and submit the patch I’m more than happy to commit it to CVS.

Unless I win the lottery (which I don’t play), I can’t afford a mac, otherwise I’d do it myself :slight_smile:

Endolf