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.
|