Struct GestureLayer.TapData
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
The struct of TapData.
C#Copy[NativeStruct("Elm_Gesture_Taps_Info", Include = "Elementary.h", PkgConfig = "elementary")] public struct GestureLayer.TapData
Fields
Declaration
C#Copypublic uint FingersCount
Field Value
| Type | Description |
|---|---|
| uint |
Declaration
C#Copypublic uint Timestamp
Field Value
| Type | Description |
|---|---|
| uint |
Declaration
C#Copypublic int X
Field Value
| Type | Description |
|---|---|
| int |
Declaration
C#Copypublic int Y
Field Value
| Type | Description |
|---|---|
| int |