Method | Description | |
---|---|---|
AddVibration ( float leftMotor, float rightMotor, float durationMS ) : void | ||
ForceFeedbackManager ( PlayerIndex, playerIndex ) : System | ||
GetVibration ( float &leftMotor, float &rightMotor ) : void | ||
Update ( float msElapsed ) : void |
public AddVibration ( float leftMotor, float rightMotor, float durationMS ) : void | ||
leftMotor | float | |
rightMotor | float | |
durationMS | float | |
return | void |
public ForceFeedbackManager ( PlayerIndex, playerIndex ) : System | ||
playerIndex | PlayerIndex, | |
return | System |
public GetVibration ( float &leftMotor, float &rightMotor ) : void | ||
leftMotor | float | |
rightMotor | float | |
return | void |