Table of Contents

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

inputSource PresentationSource

source of the input

genericEvent GenericEvent

RawGenericInputReport(PresentationSource, GenericEvent, UIElement)

public RawGenericInputReport(PresentationSource inputSource, GenericEvent genericEvent, UIElement destTarget)

Parameters

inputSource PresentationSource
genericEvent GenericEvent
destTarget UIElement

Fields

InternalEvent

public readonly GenericEvent InternalEvent

Field Value

GenericEvent

Target

public readonly UIElement Target

Field Value

UIElement