Enum Gesture.GestureType

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

Enumeration for type of gesture.

C#
Copy
public enum GestureType : int
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.

Extension Methods