GamePad Rumble
by Owes Beck · in Torque X 2D · 09/27/2007 (11:27 am) · 3 replies
Hi,
Just wondering if any one can tell me how to turn on the rumble for the joystick?
Thanks
-Wes
Just wondering if any one can tell me how to turn on the rumble for the joystick?
Thanks
-Wes
Torque Owner Thomas Buscaglia
Note that this sets the current vibration. If you wanted to interpolate or turn the vibration on and off over time you would have to do that yourself buy calling SetVibration in increments over time (in a ProcessTick/UpdateAnimation method, or something similar).
EDIT: Clarification in that first sentence.