Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
Base structure for different gestures that an application can receive.
A Gesture is an event that is produced from a combination of several touch events
in a particular order or within a certain time frame (for example, pinch).
public class Gesture : Disposable, IDisposable
- Inheritance
-
- Derived
-
- Implements
-
System.IDisposable
Constructors
Declaration
public Gesture(Gesture rhs)
Parameters
Type |
Name |
Description |
Gesture |
rhs |
A reference to the copied handle
|
Fields
Declaration
protected bool swigCMemOwn
Field Value
Properties
Declaration
public Gesture.StateType State { get; }
Property Value
Declaration
public uint Time { get; }
Property Value
Declaration
public Gesture.GestureType Type { get; }
Property Value
Methods
Declaration
protected override void Dispose(DisposeTypes type)
Parameters
Overrides
Implements
System.IDisposable