Skip to content

Commit cd84a6c

Browse files
Update Packages/com.unity.inputsystem/Documentation~/Gamepad.md
Co-authored-by: Sue Arkin <85237015+suearkinunity@users.noreply.github.com>
1 parent 90d9a19 commit cd84a6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Packages/com.unity.inputsystem/Documentation~

Packages/com.unity.inputsystem/Documentation~/Gamepad.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Gamepad.current.SetMotorSpeeds(0.25f, 0.75f);
125125
> * Rumble automatically stops about 10 seconds after the last [`SetMotorSpeeds`](xref:UnityEngine.InputSystem.Haptics.IDualMotorRumble) call unless you explicitly stop it.
126126
> * Android 12 or later:
127127
> * Supports most Bluetooth-connected gamepads with rumble support including PS4, PS5, and Xbox controllers.
128-
> * If the gamepad is connected via USB cable, rumble support might vary.
128+
> * If the gamepad is connected with a USB cable, rumble support might vary.
129129
> * If the gamepad supports more than one motor, you can control the speed of each motor individually.
130130
> * Android 11 or earlier:
131131
> * Rumble support is limited.

0 commit comments

Comments
 (0)