PointerType

class in UnityEngine.UIElements

Switch to Manual

Description

A static class that holds pointer type values.

These values are used as the values for IPointerEvent.pointerType.

Static Variables

mouseThe pointer type for mouse events.
penThe pointer type for pen events.
touchThe pointer type for touch events.
unknownThe pointer type for events created by unknown devices.