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