Skip to content

Commit 6de42bb

Browse files
committed
Right stick remarks fix based on review
1 parent 8d6b31e commit 6de42bb

File tree

1 file changed

+1
-1
lines changed
  • Packages/com.unity.inputsystem/InputSystem/Devices

1 file changed

+1
-1
lines changed

Packages/com.unity.inputsystem/InputSystem/Devices/Gamepad.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public struct GamepadState : IInputStateTypeInfo
142142
/// <summary>
143143
/// Right stick position.
144144
/// </summary>
145-
/// <remarks>Each axis from -1 to 1 with 0 being center position.</remarks>
145+
/// <remarks>Each axis goes from -1 to 1 with 0 being center position.</remarks>
146146
/// <seealso cref="Gamepad.rightStick"/>
147147
[InputControl(layout = "Stick", usage = "Secondary2DMotion", processors = "stickDeadzone", displayName = "Right Stick", shortDisplayName = "RS")]
148148
[FieldOffset(12)]

0 commit comments

Comments
 (0)