File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Packages/com.unity.inputsystem/InputSystem/Plugins/EnhancedTouch Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -97,9 +97,11 @@ public struct Touch : IEquatable<Touch>
9797 /// The current touch phase of the touch indicating its current state in the phase cycle.
9898 /// </summary>
9999 /// <remarks>
100+ /// <para>
100101 /// Every touch goes through a predefined cycle that starts with <see cref="TouchPhase.Began"/>,
101102 /// then potentially <see cref="TouchPhase.Moved"/> and/or <see cref="TouchPhase.Stationary"/>,
102103 /// and finally concludes with either <see cref="TouchPhase.Ended"/> or <see cref="TouchPhase.Canceled"/>.
104+ /// </para>
103105 /// <para>
104106 /// This property indicates where in the cycle the touch is and is based on <see cref="TouchControl.phase"/>.
105107 /// </para>
You can’t perform that action at this time.
0 commit comments