Uses of Enum Class
com.shaft.gui.element.TouchActions.ZoomDirection
Packages that use TouchActions.ZoomDirection
-
Uses of TouchActions.ZoomDirection in com.shaft.gui.element
Methods in com.shaft.gui.element that return TouchActions.ZoomDirectionModifier and TypeMethodDescriptionstatic TouchActions.ZoomDirectionReturns the enum constant of this class with the specified name.static TouchActions.ZoomDirection[]TouchActions.ZoomDirection.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.shaft.gui.element with parameters of type TouchActions.ZoomDirectionModifier and TypeMethodDescriptionTouchActions.pinchToZoom(TouchActions.ZoomDirection zoomDirection) Attempts to zoom the current screen IN/ OUT in case of zoom enabled screen.