Struct GestureLayer.TapData

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll

The struct of TapData.

C#
Copy
[Obsolete("This has been deprecated in API12")] [NativeStruct("Elm_Gesture_Taps_Info", Include = "Elementary.h", PkgConfig = "elementary")] public struct GestureLayer.TapData

Fields

View Source

FingersCount

The number of fingers tapped.

Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")] public uint FingersCount
Field Value
Type Description
uint
View Source

Timestamp

The timestamp.

Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")] public uint Timestamp
Field Value
Type Description
uint
View Source

X

The X coordinate of the center point.

Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")] public int X
Field Value
Type Description
int
View Source

Y

The Y coordinate of the center point.

Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")] public int Y
Field Value
Type Description
int