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 UInt32 FingersCount
Field Value
Type Description
UInt32
API Level: preview
View Source

Timestamp

The timestamp.

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

X

The X coordinate of the center point.

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

Y

The Y coordinate of the center point.

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

Extension Methods