Log in

View Full Version : How to do xbox controller vibration?I


Poseidon5817
27-01-2015, 19:10
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
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 operatorJoystick.setRumble(RumbleType.kLeftRumble, 1);.