Class GLWindow.TouchEventArgs

Definition

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

The touch event argument.

C#
Copy
public class TouchEventArgs : EventArgs
Inheritance
GLWindow.TouchEventArgs

Properties

View Source

Touch

Touch.

Declaration
C#
Copy
public Touch Touch { get; set; }
Property Value
Type Description
Touch

Extension Methods