Version: 2019.2
LanguageEnglish
  • C#

GestureEventTypes

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

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.