Enum Gesture.GestureType
Definition
- Assembly:
- Tizen.NUI.dll
Enumeration for type of gesture.
public enum Gesture.GestureType
Fields
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. |