Struct GestureLayer.TapData

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    The struct of TapData.

    public struct GestureLayer.TapData

    Fields

    View Source

    FingersCount

    The number of fingers tapped.

    Declaration
    public uint FingersCount
    Field Value
    Type Description
    uint
    View Source

    Timestamp

    The timestamp.

    Declaration
    public uint Timestamp
    Field Value
    Type Description
    uint
    View Source

    X

    The X coordinate of the center point.

    Declaration
    public int X
    Field Value
    Type Description
    int
    View Source

    Y

    The Y coordinate of the center point.

    Declaration
    public int Y
    Field Value
    Type Description
    int
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX