We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb1879 commit ae27c98Copy full SHA for ae27c98
1 file changed
Packages/com.unity.inputsystem/InputSystem/Actions/Interactions/TapInteraction.cs
@@ -9,7 +9,7 @@
9
namespace UnityEngine.InputSystem.Interactions
10
{
11
/// <summary>
12
- /// Performs the action if the control is pressed held for at least the set
+ /// Performs the action if the control is pressed and released within the set
13
/// duration (which defaults to <see cref="InputSettings.defaultTapTime"/>)
14
/// and then released.
15
/// </summary>
0 commit comments