We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18172d6 + 6d3d431 commit da32066Copy full SHA for da32066
Packages/com.unity.inputsystem/Documentation~/RespondingToActions.md
@@ -119,7 +119,7 @@ public class Example : MonoBehaviour
119
// teleport occurs on the first frame that the action is pressed, and not again until the button is released
120
}
121
122
- if (submit.WasReleasedThisFrame())
+ if (submitAction.WasReleasedThisFrame())
123
{
124
// submit occurs on the frame that the action is released, a common technique for buttons relating to UI controls.
125
0 commit comments