Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
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 : BaseHandle, IDynamicResourceHandler, IElement, INameScope, IElementController, System.IDisposable
- Inheritance
-
- Derived
-
- Implements
-
Constructors
Declaration
public Gesture(Gesture rhs)
Parameters
Type |
Name |
Description |
Gesture |
rhs |
A reference to the copied handle
|
API Level: 3
Properties
View Source
Source
This is the property of which source type the gesture (read-only).
If you started the gesture with the mouse, it will tell you what type of mouse it is.
Declaration
public Gesture.SourceType Source { get; }
Property Value
View Source
SourceData
This is a property of the source type data (read-only).
If you started the gesture with the mouse, it will tell you which mouse button you started the gesture with.
Declaration
public Gesture.SourceDataType SourceData { get; }
Property Value
Declaration
public Gesture.StateType State { get; }
Property Value
API Level: 3
Declaration
public uint Time { get; }
Property Value
API Level: 3
Declaration
public Gesture.GestureType Type { get; }
Property Value
API Level: 3
Methods
View Source
ReleaseSwigCPtr(Runtime.InteropServices.HandleRef)
Declaration
protected override void ReleaseSwigCPtr(Runtime.InteropServices.HandleRef swigCPtr)
Parameters
Type |
Name |
Description |
Tizen.System.Runtime.InteropServices.HandleRef |
swigCPtr |
|
Overrides
Implements
Extension Methods