Struct GestureLayer.TapData
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
The struct of TapData.
public struct GestureLayer.TapData
Fields
View SourceFingersCount
The number of fingers tapped.
Declaration
public uint FingersCount
Field Value
Type | Description |
---|---|
uint |
Timestamp
The timestamp.
Declaration
public uint Timestamp
Field Value
Type | Description |
---|---|
uint |
X
The X coordinate of the center point.
Declaration
public int X
Field Value
Type | Description |
---|---|
int |
Y
The Y coordinate of the center point.
Declaration
public int Y
Field Value
Type | Description |
---|---|
int |