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.