-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum GestureTypeGestures and gesture actions can both have a type. For a gesture to be able to be mapped to a certain GestureAction, both of them might be of the same type.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ONE_SHOTDefines gestures or gesture actions that consist of a single operation.Gesture example: a tap.Gesture action example: taking a picture.
CONTINUOUSDefines gestures or gesture actions that consist of a continuous operation.Gesture example: pinching.Gesture action example: controlling zoom.
-
Method Summary
Modifier and Type Method Description static Array<GestureType>values()static GestureTypevalueOf(String name)-
-
Method Detail
-
values
static Array<GestureType> values()
-
valueOf
static GestureType valueOf(String name)
-
-
-
-