@@ -1166,7 +1166,6 @@ public void Reset()
11661166 ///
11671167 /// For composite bindings, interaction parameters are read from the composite binding.
11681168 ///
1169- /// <see cref="InputControl.IsPressed"/> does not read binding interactions when resolving its default threshold:
11701169 /// for a <see cref="ButtonControl"/> it uses <see cref="ButtonControl.pressPointOrDefault"/>, and for other controls
11711170 /// with actuation magnitude (including <see cref="Vector2Control"/> and <see cref="StickControl"/>) it uses
11721171 /// <see cref="InputSettings.defaultButtonPressPoint"/>.
@@ -1255,7 +1254,6 @@ private int ExpectedFrame()
12551254 ///
12561255 /// For composite bindings, interaction parameters are read from the composite binding.
12571256 ///
1258- /// <see cref="InputControl.IsPressed"/> does not read binding interactions when resolving its default threshold:
12591257 /// for a <see cref="ButtonControl"/> it uses <see cref="ButtonControl.pressPointOrDefault"/>, and for other controls
12601258 /// with actuation magnitude (including <see cref="Vector2Control"/> and <see cref="StickControl"/>) it uses
12611259 /// <see cref="InputSettings.defaultButtonPressPoint"/>.
@@ -1365,7 +1363,6 @@ public unsafe bool WasPressedThisDynamicUpdate()
13651363 ///
13661364 /// For composite bindings, interaction parameters are read from the composite binding.
13671365 ///
1368- /// <see cref="InputControl.IsPressed"/> does not read binding interactions when resolving its default threshold:
13691366 /// for a <see cref="ButtonControl"/> it uses <see cref="ButtonControl.pressPointOrDefault"/>, and for other controls
13701367 /// with actuation magnitude (including <see cref="Vector2Control"/> and <see cref="StickControl"/>) it uses
13711368 /// <see cref="InputSettings.defaultButtonPressPoint"/>.
0 commit comments