Struct GestureLayer.TapData

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll
API Level:
preview

The struct of TapData.

C#
Copy
public struct TapData

Fields

View Source

FingersCount

The number of fingers tapped.

Declaration
C#
Copy
public uint FingersCount
Field Value
Type Description
System.UInt32
API Level: preview
View Source

Timestamp

The timestamp.

Declaration
C#
Copy
public uint Timestamp
Field Value
Type Description
System.UInt32
API Level: preview
View Source

X

The X coordinate of the center point.

Declaration
C#
Copy
public int X
Field Value
Type Description
System.Int32
API Level: preview
View Source

Y

The Y coordinate of the center point.

Declaration
C#
Copy
public int Y
Field Value
Type Description
System.Int32
API Level: preview