RawGenericInputReport Class
Namespace: GHIElectronics.TinyCLR.UI.Input · Assembly: GHIElectronics.TinyCLR.UI
The RawGenericInputReport class encapsulates the raw input provided from a keyboard.
public class RawGenericInputReport : InputReport
Constructors
RawGenericInputReport(PresentationSource inputSource, GenericEvent genericEvent)
public RawGenericInputReport(PresentationSource inputSource, GenericEvent genericEvent) : base(inputSource, genericEvent.Time)
Constructs an instance of the RawKeyboardInputReport class.
| Parameter | Type | Description |
|---|---|---|
inputSource | PresentationSource | source of the input |
genericEvent | GenericEvent |
RawGenericInputReport(PresentationSource inputSource, GenericEvent genericEvent, UIElement destTarget)
public RawGenericInputReport(PresentationSource inputSource, GenericEvent genericEvent, UIElement destTarget) : base(inputSource, genericEvent.Time)
No description available.
| Parameter | Type | Description |
|---|---|---|
inputSource | PresentationSource | |
genericEvent | GenericEvent | |
destTarget | UIElement |
Fields
Target
public readonly UIElement Target
No description available.
InternalEvent
public readonly GenericEvent InternalEvent
No description available.