Skip to content

Commit f769315

Browse files
authored
DOCS: Fixed enhanced touch support link (ISX-1757)(#1897)
1 parent 52b7a89 commit f769315

File tree

1 file changed

+1
-1
lines changed
  • Packages/com.unity.inputsystem/Documentation~

1 file changed

+1
-1
lines changed

Packages/com.unity.inputsystem/Documentation~/Touch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,6 @@ To get all current touches from the touchscreen, use [`EnhancedTouch.Touch.activ
120120
}
121121
```
122122

123-
>__Note__: You must first enable enhanced touch support by calling [`InputSystem.EnhancedTouch.Enable()`](../api/UnityEngine.InputSystem.EnhancedTouch.EnhancedTouchSupport.html#UnityEngine_InputSystem_EnhancedTouch_EnhancedTouchSupport_Enable).
123+
>__Note__: You must first enable enhanced touch support by calling [`InputSystem.EnhancedTouchSupport.Enable()`](../api/UnityEngine.InputSystem.EnhancedTouch.EnhancedTouchSupport.html#UnityEngine_InputSystem_EnhancedTouch_EnhancedTouchSupport_Enable).
124124
125125
You can also use the lower-level [`Touchscreen.current.touches`](../api/UnityEngine.InputSystem.Touchscreen.html#UnityEngine_InputSystem_Touchscreen_touches) API.

0 commit comments

Comments
 (0)