SetGamepadVibration abstract method

void SetGamepadVibration(
  1. int gamepad,
  2. double leftMotor,
  3. double rightMotor,
  4. double duration,
)

Set gamepad vibration for both motors (duration in seconds)

Implementation

void SetGamepadVibration(
  int gamepad,
  double leftMotor,
  double rightMotor,
  double duration,
);