PointerDevice.MaxPointersWithZDistance プロパティ

定義

入力デバイスでサポートされているホバー連絡先の最大数を取得します。

public:
 property unsigned int MaxPointersWithZDistance { unsigned int get(); };
uint32_t MaxPointersWithZDistance();
public uint MaxPointersWithZDistance { get; }
var uInt32 = pointerDevice.maxPointersWithZDistance;
Public ReadOnly Property MaxPointersWithZDistance As UInteger

プロパティ値

UInt32

unsigned int

uint32_t

既定値は 0 です。

Note

MaxPointersWithZDistance が MaxContacts と等しくない場合があります。

適用対象