Enum UIPointerType
General type of pointer that generated a
Namespace: UnityEngine.InputSystem.UI
Syntax
public enum UIPointerType : int
Fields
Name | Description | Value |
---|---|---|
None | 0 | |
MouseOrPen | 1 | |
Touch | A Touchscreen. |
2 |
Tracked | 3 |
General type of pointer that generated a
public enum UIPointerType : int
Name | Description | Value |
---|---|---|
None | 0 | |
MouseOrPen | 1 | |
Touch | A Touchscreen. |
2 |
Tracked | 3 |