Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
The struct of MomentumData.
[NativeStruct("Elm_Gesture_Momentum_Info", Include = "Elementary.h", PkgConfig = "elementary")]
public struct GestureLayer.MomentumData
Fields
Declaration
Field Value
Declaration
public int HorizontalMomentum
Field Value
View Source
HorizontalSwipeTimestamp
Timestamp of start of final X-swipe.
Declaration
public uint HorizontalSwipeTimestamp
Field Value
Declaration
public int VerticalMomentum
Field Value
View Source
VerticalSwipeTimestamp
Timestamp of start of final Y-swipe.
Declaration
public uint VerticalSwipeTimestamp
Field Value
View Source
X1
Final-swipe direction starting point on X.
Declaration
Field Value
View Source
X2
Final-swipe direction ending point on X.
Declaration
Field Value
View Source
Y1
Final-swipe direction starting point on Y.
Declaration
Field Value
View Source
Y2
Final-swipe direction ending point on Y.
Declaration
Field Value