File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Packages/com.unity.inputsystem/InputSystem/Controls Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ public ButtonControl()
104104 /// <remarks>
105105 /// The default format for the control is <see cref="InputStateBlock.FormatBit"/>.
106106 /// The control's minimum value is set to 0 and the maximum value to 1.
107- /// See <see cref="InputSettings.defaultButtonPressPoint"/> for the default press point.
107+ /// See <see cref="InputSettings.defaultButtonPressPoint"/> and <see cref="pressPoint"/> for the ( default) press point.
108108 /// </remarks>
109109 /// <example>
110110 /// <code>
@@ -143,7 +143,7 @@ public ButtonControl()
143143 /// </summary>
144144 /// <remarks>
145145 /// A button is considered pressed if its value is equal to or greater
146- /// than its button press threshold (<see cref="pressPointOrDefault"/>).
146+ /// than its button press threshold (<see cref="pressPointOrDefault"/>, <see cref="pressPoint"/> ).
147147 /// </remarks>
148148 /// <example>
149149 /// <para>You can use this to read whether specific keys are currently pressed by using isPressed on keys, as shown in the following examples:</para>
You can’t perform that action at this time.
0 commit comments