pointerId property
int
get
pointerId
The pointerId
read-only property of the
PointerEvent interface is an identifier assigned to a given pointer
event. The identifier is unique, being different from the identifiers of
all other
active pointer events. Since the value may be randomly generated, it is
not guaranteed
to convey any particular meaning.
Implementation
external int get pointerId;