Enum Gesture.GestureType

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

Enumeration for type of gesture.

C#
Copy
public enum Gesture.GestureType
Name Description
LongPress

When the user continues to touch the same area on the screen for the device configured time.

Pan

When the user drags their finger(s) in a particular direction.

Pinch

When two touch points move away or towards each other.

Tap

When the user taps the screen.