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。

适用于

另请参阅