Tizen Native API  5.5
Dali::PointState Namespace Reference

Point state. More...

Enumerations

enum  Type
 Enumeration for point state type. More...

Detailed Description

Point state.

Since:
3.0, DALi version 1.1.37

Enumeration Type Documentation

Enumeration for point state type.

Since:
3.0, DALi version 1.1.37
Enumerator:
STARTED 

Touch or hover started

FINISHED 

Touch or hover finished

DOWN 

Screen touched

UP 

Touch stopped

MOTION 

Finger dragged or hovered

LEAVE 

Leave the boundary of an actor

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

INTERRUPTED 

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