PointerPoint.PointerId プロパティ

定義

入力ポインターの一意識別子を取得します。

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

プロパティ値

UInt32

unsigned int

uint32_t

入力ポインターを識別する一意の値。

注釈

複数のタッチ ポインターが同時に保持されている場合、各ポインターは同じフレーム ID ですが、一意のポインター ID を持ちます。

適用対象