Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Java (http://www.chiefdelphi.com/forums/forumdisplay.php?f=184)
-   -   How to do xbox controller vibration?I (http://www.chiefdelphi.com/forums/showthread.php?t=133588)

Poseidon5817 27-01-2015 19:10

How to do xbox controller vibration?I
 
I'm using an afterglow xbox 360 controller and the vibration isn't working using the setOutputs() or setRumble() methods. Can someone explain how to use these or other methods to do that?

Joe Ross 30-01-2015 20:49

Re: How to do xbox controller vibration?I
 
We used Rumble with a standard xbox controller and the setRumble method during beta. Make sure the rumble value is between 0 and 1.

For example
Code:

operatorJoystick.setRumble(RumbleType.kLeftRumble, 1);
.


All times are GMT -5. The time now is 22:28.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi