okidoki lets try to find a solution, i trew some emails around the internet, there must be some clever guy knowing something about that :-) as i mentionned, I have one hint HIDWrapper.jar... the only thing i can imagine is there is a missing piece between: -> jinput java->native library->MISSING->HI...
you mean just recognize the structure of the device... yes that is a valid solution I guess...I would have gone the hard way by making a list of known devices (java propery.file) and searching the correct ones by vendor identifiers (this is good for very specialized devices), but your solution to de...
Hi, yes you are right, I tried different things but the 'Stick' type was the only one which showed the SpaceNaviagtor. I do not use any standard joystick/pad in my environment (just the Stick and a Vacom Graphic Tablet) so I cannot answer this completely. Probably you would have to add some more cod...
Hi Jim and All other, you are wellcome. I just found a BUG in my solution (not dramatic) checkout the follwoing lines xAxisIdx = findCompIndex(comps, Component.Identifier.Axis.X, "x"); yAxisIdx = findCompIndex(comps, Component.Identifier.Axis.Y, "y"); zAxisIdx = findCompIndex(com...
Hi all, after a little hacking and reading the news groupe, I finally got a valid result to use my USB 3Dconnexion space mouse :-). The solution and code I offer here is based on readings in this forum and the follwoing two links which were also mentionned in this forum. Some people allready had sol...
Hi all, after a little hacking and reading the news groupe, I finally got a valid result to use my USB 3Dconnexion space mouse :-). The solution and code I offer here is based on readings in this forum and the follwoing two links which were also mentionned in this forum. Some people allready had sol...
Hi, I tried all the things you are describing, unfortunately I dont get any results... I am using a USB version of the 3dconnexion device and the JAVA SDK described here... I have the Java3D API in my CLASSPATH (every thing compiles well) I have written some own Software and now I am trying to enhan...