Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
[Obsolete("This has been deprecated in API12")]
[NativeStruct("Elm_Gesture_Line_Info", Include = "Elementary.h", PkgConfig = "elementary")]
public struct GestureLayer.LineData
Fields
Declaration
[Obsolete("This has been deprecated in API12")]
public double Angle
Field Value
Declaration
[Obsolete("This has been deprecated in API12")]
public uint FingersCount
Field Value
Declaration
[Obsolete("This has been deprecated in API12")]
public int HorizontalMomentum
Field Value
View Source
HorizontalSwipeTimestamp
Timestamp of start of final X-swipe.
Declaration
[Obsolete("This has been deprecated in API12")]
public uint HorizontalSwipeTimestamp
Field Value
Declaration
[Obsolete("This has been deprecated in API12")]
public int VerticalMomentum
Field Value
View Source
VerticalSwipeTimestamp
Timestamp of start of final Y-swipe.
Declaration
[Obsolete("This has been deprecated in API12")]
public uint VerticalSwipeTimestamp
Field Value
View Source
X1
Final-swipe direction starting point on X.
Declaration
[Obsolete("This has been deprecated in API12")]
public int X1
Field Value
View Source
X2
Final-swipe direction ending point on X.
Declaration
[Obsolete("This has been deprecated in API12")]
public int X2
Field Value
View Source
Y1
Final-swipe direction starting point on Y.
Declaration
[Obsolete("This has been deprecated in API12")]
public int Y1
Field Value
View Source
Y2
Final-swipe direction ending point on Y.
Declaration
[Obsolete("This has been deprecated in API12")]
public int Y2
Field Value