PointerDevice.MaxContacts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.