SetGamepadVibration abstract method
Set gamepad vibration for both motors (duration in seconds)
Implementation
void SetGamepadVibration(
int gamepad,
double leftMotor,
double rightMotor,
double duration,
);
Set gamepad vibration for both motors (duration in seconds)
void SetGamepadVibration(
int gamepad,
double leftMotor,
double rightMotor,
double duration,
);