Beispiel #1
0
 public static void SetVibration(PlayerIndex playerIndex, float leftMotor, float rightMotor)
 {
     Imports.XInputGamePadSetState((uint)playerIndex, leftMotor, rightMotor);
 }