PointerDevice.MaxPointersWithZDistance Property

Definition

Gets the maximum number of hover contacts supported by the input device.

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

Property Value

UInt32

unsigned int

uint32_t

The default value is 0.

Note

MaxPointersWithZDistance might not be equal to MaxContacts.

Applies to