Version: 2021.1
LanguageEnglish
  • C#

PointerId

class in UnityEngine.UIElements

/

Implemented in:UnityEngine.UIElementsModule

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

A static class that holds pointer ID values.

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

Static Properties

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.