Web SDK - ITouchPenPointerInfo.pointerId

Home > @rainway/web > ITouchPenPointerInfo > pointerId

ITouchPenPointerInfo.pointerId property

An identifier that uniquely identifies a pointer during its lifetime. A pointer comes into existence when it is first detected and ends its existence when it goes out of detection range. Note that if a physical entity (finger or pen) goes out of detection range and then returns to be detected again, it is treated as a new pointer and may be assigned a new pointer identifier.

Signature:

pointerId: number;