PointerPoint.PointerId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.