public final class UIPressPhase
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Began
whenever a button press begins.
|
static long |
Cancelled
whenever a button press doesn't end but we need to stop tracking.
|
static long |
Changed
whenever a button moves.
|
static long |
Ended
whenever a button is released.
|
static long |
Stationary
whenever a buttons was pressed and is still being held down.
|
public static final long Began
public static final long Changed
public static final long Stationary
public static final long Ended
public static final long Cancelled