This version of Unity is unsupported.

GestureEventTypes

enumeration

Description

Flags that indicate the type of gestures that the gesture subsystem can detected.

Properties

NoneFlag indicating no gesture.
HoldFlag indicating a hold gesture.
ManipulationFlag indicating a manipulation gesture.
NavigationFlag indicating a navigation gesture.
RecognitionFlag indicating a recognition gesture.
TappedFlag indicating a tap gesture.
AllIndicates that the gesture subsystem can detect gestures of all types.