Enum PointStateType

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    Enumeration for point state type.

    public enum PointStateType

    Fields

    Name Description
    Down

    Screen touched.

    Finished

    Touch or hover finished.

    Interrupted

    A system event has occurred which has interrupted the touch or hover event sequence.

    Leave

    Leave the boundary of an actor.

    Motion

    Finger dragged or hovered.

    Started

    Touch or hover started.

    Stationary

    No change from last event.
    Useful when a multi-point event occurs where all points are sent, but indicates that this particular point has not changed since the last time.

    Up

    Touch stopped.

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