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.
| Parameter | Type | Description |
|---|---|---|
inputSource | PresentationSource | source of the input |
timestamp | DateTime | The time when the input occured. |
eventMessage | byte | |
touches | TouchInput[] |
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.
| Parameter | Type | Description |
|---|---|---|
inputSource | PresentationSource | |
timestamp | DateTime | |
eventMessage | byte | |
touches | TouchInput[] | |
destTarget | UIElement |
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.