Enum PointStateType

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

Enumeration for point state type.

C#
Copy
public enum PointStateType
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.