Table of Contents

Class TouchEvent

Namespace
nanoFramework.UI
Assembly
nanoFramework.Graphics.dll

Represents a touch event that encapsulates touch input data.

public class TouchEvent : BaseEvent
Inheritance
TouchEvent
Inherited Members
Extension Methods

Constructors

TouchEvent()

public TouchEvent()

Fields

Time

Gets or sets the time when the touch event occurred.

public DateTime Time

Field Value

DateTime

Touches

Gets or sets an array of touch input data for the touch event.

public TouchInput[] Touches

Field Value

TouchInput[]