public final class UITouchPhase
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Began
whenever a finger touches the surface.
|
static long |
Cancelled
whenever a touch doesn't end but we need to stop tracking (e.g.
|
static long |
Ended
whenever a finger leaves the surface.
|
static long |
Moved
whenever a finger moves on the surface.
|
static long |
RegionEntered
whenever a touch is entering the region of a user interface
|
static long |
RegionExited
when a touch is exiting the region of a user interface
|
static long |
RegionMoved
when a touch is inside the region of a user interface, but hasn’t yet made contact or left the region
|
static long |
Stationary
whenever a finger is touching the surface but hasn't moved since the previous event.
|
public static final long Began
public static final long Moved
public static final long Stationary
public static final long Ended
public static final long Cancelled
public static final long RegionEntered
public static final long RegionMoved
public static final long RegionExited