Skip to main content

RawTouchInputReport Class

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

The RawTouchInputReport class encapsulates the raw input provided from a multitouch source.

public class RawTouchInputReport : InputReport

Constructors

RawTouchInputReport(PresentationSource inputSource, DateTime timestamp, byte eventMessage, TouchInput[] touches)

public RawTouchInputReport(PresentationSource inputSource, DateTime timestamp, byte eventMessage, TouchInput[] touches) : base(inputSource, timestamp)

Constructs an instance of the RawKeyboardInputReport class.

ParameterTypeDescription
inputSourcePresentationSourcesource of the input
timestampDateTimeThe time when the input occured.
eventMessagebyte
touchesTouchInput[]

RawTouchInputReport(PresentationSource inputSource, DateTime timestamp, byte eventMessage, TouchInput[] touches, UIElement destTarget)

public RawTouchInputReport(PresentationSource inputSource, DateTime timestamp, byte eventMessage, TouchInput[] touches, UIElement destTarget) : base(inputSource, timestamp)

No description available.

ParameterTypeDescription
inputSourcePresentationSource
timestampDateTime
eventMessagebyte
touchesTouchInput[]
destTargetUIElement

Fields

Target

public readonly UIElement Target

No description available.

EventMessage

public readonly byte EventMessage

No description available.

Touches

public readonly TouchInput[] Touches

No description available.