TouchPanelCapabilitiesΒΆ

struct TouchPanelCapabilities : System.ValueType

Allows retrieval of capabilities information from touch panel device.

readonly bool HasPressure
readonly bool IsConnected

Returns true if a device is available for use.

readonly int MaximumTouchCount

Returns the maximum number of touch locations tracked by the touch panel device.

void Initialize()