Class RawGenericInputReport
- Namespace
- GHIElectronics.Endpoint.UI.Input
- Assembly
- GHIElectronics.Endpoint.UI.dll
The RawGenericInputReport class encapsulates the raw input provided from a keyboard.
public class RawGenericInputReport : InputReport
- Inheritance
-
RawGenericInputReport
- Inherited Members
Remarks
It is important to note that the InputReport class only contains blittable types. This is required so that the report can be marshalled across application domains.
Constructors
RawGenericInputReport(PresentationSource, GenericEvent)
Constructs an instance of the RawKeyboardInputReport class.
public RawGenericInputReport(PresentationSource inputSource, GenericEvent genericEvent)
Parameters
inputSourcePresentationSourcesource of the input
genericEventGenericEvent
RawGenericInputReport(PresentationSource, GenericEvent, UIElement)
public RawGenericInputReport(PresentationSource inputSource, GenericEvent genericEvent, UIElement destTarget)
Parameters
inputSourcePresentationSourcegenericEventGenericEventdestTargetUIElement
Fields
InternalEvent
public readonly GenericEvent InternalEvent
Field Value
Target
public readonly UIElement Target