Struct TouchPanelCapabilities
Allows retrieval of capabilities information from touch panel device.
public struct TouchPanelCapabilities
- Inherited Members
Properties
HasPressure
Returns true if a touch device supports pressure.
public bool HasPressure { get; }
Property Value
IsConnected
Returns true if a device is available for use.
public bool IsConnected { get; }
Property Value
MaximumTouchCount
Returns the maximum number of touch locations tracked by the touch panel device.
public int MaximumTouchCount { get; }