TouchEvent Class
NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI.Input
Represents a raw touch event with its touch points.
public class TouchEvent : BaseEvent
Fields
Time
public DateTime Time
The time when the event occurred.
Touches
public TouchInput[] Touches
The touch points associated with the event.