XusbGameControllerProvider.SetVibration(Double, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the speed on the controller's vibration motor.
public:
virtual void SetVibration(double lowFrequencyMotorSpeed, double highFrequencyMotorSpeed) = SetVibration;
void SetVibration(double const& lowFrequencyMotorSpeed, double const& highFrequencyMotorSpeed);
public void SetVibration(double lowFrequencyMotorSpeed, double highFrequencyMotorSpeed);
function setVibration(lowFrequencyMotorSpeed, highFrequencyMotorSpeed)
Public Sub SetVibration (lowFrequencyMotorSpeed As Double, highFrequencyMotorSpeed As Double)
Parameters
- lowFrequencyMotorSpeed
-
Double
double
The low frequency motor speed.
- highFrequencyMotorSpeed
-
Double
double
The high frequency motor speed.