embedderId property

int embedderId
final

Unique identifier that ties the PointerEvent to the embedder event that created it. it.

No two pointer events can have the same embedderId. This is different from pointerIdentifier - used for hit-testing, whereas embedderId is used to identify the platform event.

Implementation

final int embedderId;