PointerPoint.PointerId Property

Definition

Gets a unique identifier for the input pointer.

public:
 property unsigned int PointerId { unsigned int get(); };
uint32_t PointerId();
public uint PointerId { get; }
var uInt32 = pointerPoint.pointerId;
Public ReadOnly Property PointerId As UInteger

Property Value

UInt32

unsigned int

uint32_t

A unique value that identifies the input pointer.

Remarks

When multiple touch pointers are held at the same time, each pointer will have the same frame ID but unique pointer IDs.

Applies to