Enum InputTouchType

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    Enumeration of touch event types.

    [Obsolete("This has been deprecated in API12")]
    public enum InputTouchType

    Fields

    Name Description
    Begin

    Finger press. It is same a behavior put your finger on touch screen.

    End

    Finger release. It is same a behavior release your finger on touch screen.

    Update

    Finger move. It is same a behavior move your finger on touch screen.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX