Skip to content

Commit ae27c98

Browse files
FIX: Summary update fixing a bug for TapInteraction (#2308)
1 parent ffb1879 commit ae27c98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Packages/com.unity.inputsystem/InputSystem/Actions/Interactions/TapInteraction.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
namespace UnityEngine.InputSystem.Interactions
1010
{
1111
/// <summary>
12-
/// Performs the action if the control is pressed held for at least the set
12+
/// Performs the action if the control is pressed and released within the set
1313
/// duration (which defaults to <see cref="InputSettings.defaultTapTime"/>)
1414
/// and then released.
1515
/// </summary>

0 commit comments

Comments
 (0)