PointerId

class in UnityEngine.UIElements

Switch to Manual

Description

A static class that holds pointer ID values.

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

Static Variables

invalidPointerIdRepresents an invalid pointer ID value.
maxPointersThe maximum number of pointers the implementation supports.
mousePointerIdThe mouse pointer ID.
penPointerCountThe number of pen pointers the implementation supports.
penPointerIdBaseThe base ID for pen pointers.
touchPointerCountThe number of touch pointers the implementation supports.
touchPointerIdBaseThe base ID for touch pointers.