Package apple.uikit.enums
Class UIPressPhase
- java.lang.Object
-
- apple.uikit.enums.UIPressPhase
-
public final class UIPressPhase extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longBeganwhenever a button press begins.static longCancelledwhenever a button press doesn't end but we need to stop tracking.static longChangedwhenever a button moves.static longEndedwhenever a button is releasd.static longStationarywhenever a buttons was pressed and is still being held down.
-
-
-
Field Detail
-
Began
public static final long Began
whenever a button press begins.- See Also:
- Constant Field Values
-
Changed
public static final long Changed
whenever a button moves.- See Also:
- Constant Field Values
-
Stationary
public static final long Stationary
whenever a buttons was pressed and is still being held down.- See Also:
- Constant Field Values
-
Ended
public static final long Ended
whenever a button is releasd.- See Also:
- Constant Field Values
-
Cancelled
public static final long Cancelled
whenever a button press doesn't end but we need to stop tracking.- See Also:
- Constant Field Values
-
-