Table of Contents

Struct TouchPanelCapabilities

Namespace
Microsoft.Xna.Framework.Input.Touch
Assembly
MonoGame.Framework.dll

Allows retrieval of capabilities information from touch panel device.

public struct TouchPanelCapabilities
Inherited Members

Properties

HasPressure

public bool HasPressure { get; }

Property Value

bool

IsConnected

Returns true if a device is available for use.

public bool IsConnected { get; }

Property Value

bool

MaximumTouchCount

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

public int MaximumTouchCount { get; }

Property Value

int