Enum PointStateType
Definition
- 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. |
Up | Touch stopped. |