Struct GestureLayer.LineData

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    The struct of LineData.

    [Obsolete("This has been deprecated in API12")]
    [NativeStruct("Elm_Gesture_Line_Info", Include = "Elementary.h", PkgConfig = "elementary")]
    public struct GestureLayer.LineData

    Fields

    View Source

    Angle

    Angle (direction) of lines.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public double Angle
    Field Value
    Type Description
    double
    View Source

    FingersCount

    Number of fingers.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public uint FingersCount
    Field Value
    Type Description
    uint
    View Source

    HorizontalMomentum

    Momentum on X.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public int HorizontalMomentum
    Field Value
    Type Description
    int
    View Source

    HorizontalSwipeTimestamp

    Timestamp of start of final X-swipe.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public uint HorizontalSwipeTimestamp
    Field Value
    Type Description
    uint
    View Source

    VerticalMomentum

    Momentum on Y.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public int VerticalMomentum
    Field Value
    Type Description
    int
    View Source

    VerticalSwipeTimestamp

    Timestamp of start of final Y-swipe.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public uint VerticalSwipeTimestamp
    Field Value
    Type Description
    uint
    View Source

    X1

    Final-swipe direction starting point on X.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public int X1
    Field Value
    Type Description
    int
    View Source

    X2

    Final-swipe direction ending point on X.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public int X2
    Field Value
    Type Description
    int
    View Source

    Y1

    Final-swipe direction starting point on Y.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public int Y1
    Field Value
    Type Description
    int
    View Source

    Y2

    Final-swipe direction ending point on Y.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public int Y2
    Field Value
    Type Description
    int
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX