File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Packages/com.unity.inputsystem/InputSystem/Plugins/EnhancedTouch Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ public TouchHistory history
341341 /// case <see cref="phase"/> will be <see cref="TouchPhase.Ended"/> instead of <see cref="TouchPhase.Moved"/>).
342342 ///
343343 /// Note that the touches reported by this API do <em>not</em> necessarily have to match the contents of
344- /// <see href="https://docs.unity3d.com/ScriptReference/Input-touches.html">UnityEngine.Input.touches</see >.
344+ /// <a href="https://docs.unity3d.com/ScriptReference/Input-touches.html">UnityEngine.Input.touches</a >.
345345 /// The reason for this is that the <c>UnityEngine.Input</c> API and the Input System API flush their input
346346 /// queues at different points in time and may thus have a different view on available input. In particular,
347347 /// the Input System event queue is flushed <em>later</em> in the frame than inputs for <c>UnityEngine.Input</c>
You can’t perform that action at this time.
0 commit comments