PointerDevice.MaxContacts プロパティ

定義

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

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

プロパティ値

UInt32

unsigned int

uint32_t

連絡先の数。

注釈

通常、このプロパティは、タッチ デバイスの場合は 5 以上、マウスおよびペン/スタイラス デバイスの場合は 1 を返します。

適用対象

こちらもご覧ください