Skip to main content

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.

ParameterTypeDescription
inputSourcePresentationSourcesource of the input
genericEventGenericEvent

RawGenericInputReport(PresentationSource inputSource, GenericEvent genericEvent, UIElement destTarget)

public RawGenericInputReport(PresentationSource inputSource, GenericEvent genericEvent, UIElement destTarget) : base(inputSource, genericEvent.Time)

No description available.

ParameterTypeDescription
inputSourcePresentationSource
genericEventGenericEvent
destTargetUIElement

Fields

Target

public readonly UIElement Target

No description available.

InternalEvent

public readonly GenericEvent InternalEvent

No description available.