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.
Note:
The pointerId
property is implemented inconsistently across browsers and does not always persist for each ink stroke or interaction with the screen. For a reliable way of identifying multiple pointing devices on a screen simultaneously, see PointerEvent.persistentDeviceId
.