Table of Contents

Class RawGenericInputReport

Namespace
nanoFramework.UI.Input
Assembly
nanoFramework.Graphics.dll

The RawGenericInputReport class encapsulates the raw input provided from a keyboard.

public class RawGenericInputReport : InputReport
Inheritance
RawGenericInputReport
Inherited Members
Extension Methods

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, GenericEventEx)

Constructs an instance of the RawKeyboardInputReport class.

public RawGenericInputReport(PresentationSource inputSource, GenericEventEx genericEvent)

Parameters

inputSource PresentationSource

source of the input

genericEvent GenericEventEx

Generic event

RawGenericInputReport(PresentationSource, GenericEventEx, UIElement)

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

Parameters

inputSource PresentationSource
genericEvent GenericEventEx
destTarget UIElement

Fields

InternalEvent

public readonly GenericEventEx InternalEvent

Field Value

GenericEventEx

Target

public readonly UIElement Target

Field Value

UIElement