PointerDevice.MaxContacts Property

Definition

Gets a value indicating the maximum number of contacts supported by the input device.

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

Property Value

UInt32

unsigned int

uint32_t

The number of contacts.

Remarks

This property typically returns a value of 5 or more for touch devices and 1 for mouse and pen/stylus devices.

Applies to

See also