Skip to main content

TouchEventArgs Class

Namespace: GHIElectronics.TinyCLR.UI.Input · Assembly: GHIElectronics.TinyCLR.UI

No description available.

public class TouchEventArgs : InputEventArgs

Constructors

TouchEventArgs(InputDevice inputDevice, DateTime timestamp, TouchInput[] touches)

public TouchEventArgs(InputDevice inputDevice, DateTime timestamp, TouchInput[] touches) : base(inputDevice, timestamp)

No description available.

ParameterTypeDescription
inputDeviceInputDevice
timestampDateTime
touchesTouchInput[]

Methods

GetPosition(UIElement relativeTo, int touchIndex, out int x, out int y)

public void GetPosition(UIElement relativeTo, int touchIndex, out int x, out int y)

No description available.

ParameterTypeDescription
relativeToUIElement
touchIndexint
xout int
yout int

Fields

Touches

public TouchInput[] Touches

No description available.