Package apple.uikit.enums
Class UIScrollType
- java.lang.Object
-
- apple.uikit.enums.UIScrollType
-
public final class UIScrollType extends java.lang.ObjectBegins: when at least minimumNumberOfTouches have moved enough to be considered a pan Changes: when a finger moves while at least minimumNumberOfTouches are down Ends: when all fingers have lifted
-
-
Field Summary
Fields Modifier and Type Field Description static longContinuousContinuous scrolls originate from devices like trackpadsstatic longDiscreteDiscrete scrolls originate from devices like a scroll wheel mouse
-
-
-
Field Detail
-
Discrete
public static final long Discrete
Discrete scrolls originate from devices like a scroll wheel mouse- See Also:
- Constant Field Values
-
Continuous
public static final long Continuous
Continuous scrolls originate from devices like trackpads- See Also:
- Constant Field Values
-
-