Struct GestureLayer.TapData
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
- API Level:
- preview
The struct of TapData.
[NativeStruct("Elm_Gesture_Taps_Info", Include = "Elementary.h", PkgConfig = "elementary")]
public struct TapData
Fields
View SourceFingersCount
The number of fingers tapped.
Declaration
public uint FingersCount
Field Value
Type | Description |
---|---|
UInt32 |
API Level: preview
View SourceTimestamp
The timestamp.
Declaration
public uint Timestamp
Field Value
Type | Description |
---|---|
UInt32 |
API Level: preview
View SourceX
The X coordinate of the center point.
Declaration
public int X
Field Value
Type | Description |
---|---|
Int32 |
API Level: preview
View SourceY
The Y coordinate of the center point.
Declaration
public int Y
Field Value
Type | Description |
---|---|
Int32 |