Show / Hide Table of Contents

    Struct GestureLayer.TapData

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll
    API Level:
    preview

    The struct of TapData.

    [NativeStruct("Elm_Gesture_Taps_Info", Include = "Elementary.h", PkgConfig = "elementary")]
    public struct TapData

    Fields

    View Source

    FingersCount

    The number of fingers tapped.

    Declaration
    public uint FingersCount
    Field Value
    Type Description
    UInt32
    API Level: preview
    View Source

    Timestamp

    The timestamp.

    Declaration
    public uint Timestamp
    Field Value
    Type Description
    UInt32
    API Level: preview
    View Source

    X

    The X coordinate of the center point.

    Declaration
    public int X
    Field Value
    Type Description
    Int32
    API Level: preview
    View Source

    Y

    The Y coordinate of the center point.

    Declaration
    public int Y
    Field Value
    Type Description
    Int32
    API Level: preview
    • View Source
    Back to top Copyright © 2016-2022 Samsung
    Generated by DocFX