Java-Gaming.org
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
Featured games (78)
games approved by the League of Dukes
Games in Showcase (408)
games submitted by our members
Games in WIP (293)
games currently in development
News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  ignore  |  Print  
  getPollData() always returns 0.0  (Read 1892 times)
0 Members and 1 Guest are viewing this topic.
Offline Alexandre

Junior Newbie





« Posted 2005-05-25 15:22:11 »

Here is the code :

ControllerEnvironment ce = ControllerEnvironment.getDefaultEnvironment();
Controller[] controllers = (new DirectInputEnvironmentPlugin()).getControllers();
Controller c = controllers[2];

System.out.println(c.getName());

Axis[] axes = c.getAxes();
Axis X = axes[0];
System.out.println(X.getName());
System.out.println(X.getPollData());


Wich always returns :

Creating PPJoy Virtual joystick 1 polling = true
PPJoy Virtual joystick 1 PPJoy Virtual joystick 1
Axe Z
0.0


The joystick emulator works fine with the Windows game controller panel, it is detected by JInput, but it always returns 0.0. What is happening ?
Offline endolf
« League of Dukes »

JGO Coder


Medals: 4
Projects: 1


Current project release date: sometime in 3003


« Reply #1 - Posted 2005-05-29 16:00:58 »

Hi

Did you compile this jinput build yourself from CVS, or is it from the nightly builds?

What platform are you on?

What device are you detecting?

Does it pick up your mouse/keyboard ok?

Have you checked if there are subcontrollers?, some devices are made up of others.

If all else fails, try the readtest and texttest applications and post the output.

Thanks

Endolf

Offline Jeff

JGO Coder




Got any cats?


« Reply #2 - Posted 2005-06-02 23:37:05 »

Um this code looks bad.

You arent suppsoed to instance the plug-in, thats done by JInput inresponse to plug-in discovery.

Look at ReadTest in the source tree for the right way to use the JINput library.

Got a question about Java and game programming?  Just new to the Java Game Development Community?  Try my FAQ.  Its likely you'll learn something!

http://wiki.java.net/bin/view/Games/JeffFAQ
Games published by our own members! Check 'em out!
Try the Free Demo of Revenge of the Titans
Offline kevglass
« League of Dukes »

JGO Kernel


Medals: 54
Projects: 20


Mentally unstable, best avoided.


« Reply #3 - Posted 2005-06-03 09:48:02 »

You also need to call poll() on Controller at some point.

1  
2  
3  
Controller c = ...
...
c.poll()


at some point?

Kev

Offline Alexandre

Junior Newbie





« Reply #4 - Posted 2005-06-06 17:43:57 »

Wow, now it works. I did'nt knew I had to use poll() before getPollData().

I am using eclipse on windows XP. I don't remember how I managed to have Jinput working, but I know it was not clean at all. The java build path includes dxinput.jar, jinput.jar, jutils.jar, and a file named dxinput.dll is included in the project root (It would be great to have only one jar on the build path). I downloaded all from the nightly builds because I am unable to use CVS.

Thank you very much for your help.
Pages: [1]
  ignore  |  Print  
 
 
You cannot reply to this message, because it is very, very old.

Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars!
 
Play Revenge of the Titans! The situation is critical. We need fancy commanders to defend Earth, the moon, Mars and Titan!

Add your game by posting it in the WIP section,
or publish it in Showcase.

The first screenshot will be displayed as a thumbnail.

The invasion has landed! On Mars! And you're there to beat 'em!
cubemaster21 (147 views)
2013-05-17 21:29:12

alaslipknot (155 views)
2013-05-16 21:24:48

gouessej (186 views)
2013-05-16 00:53:38

gouessej (180 views)
2013-05-16 00:17:58

theagentd (190 views)
2013-05-15 15:01:13

theagentd (174 views)
2013-05-15 15:00:54

StreetDoggy (218 views)
2013-05-14 15:56:26

kutucuk (243 views)
2013-05-12 17:10:36

kutucuk (241 views)
2013-05-12 15:36:09

UnluckyDevil (247 views)
2013-05-12 05:09:57
Complex number cookbook
by Roquen
2013-04-24 12:47:31

2D Dynamic Lighting
by Oskuro
2013-04-17 16:46:12

2D Dynamic Lighting
by Oskuro
2013-04-17 16:45:57

2D Dynamic Lighting
by Oskuro
2013-04-17 16:23:20

Noise (bandpassed white)
by Roquen
2013-04-05 17:36:01

Noise (bandpassed white)
by Roquen
2013-04-03 16:17:38

Java Data structures
by Roquen
2013-03-29 13:21:12

Topic Request
by kutucuk
2013-03-22 21:42:01
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines | Managed by Enhanced Four Valid XHTML 1.0! Valid CSS!
Page created in 0.111 seconds with 21 queries.