A static class that holds pointer type values.
These values are used as the values for IPointerEvent.pointerType.
Property | Description |
---|---|
mouse | The pointer type for mouse events. |
pen | The pointer type for pen events. |
touch | The pointer type for touch events. |
tracked | The pointer type for tracked device events. See for example InputSystem's XRController. |
unknown | The pointer type for events created by unknown devices. |