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
inputSourcePresentationSourcesource of the input
genericEventGenericEventExGeneric event
RawGenericInputReport(PresentationSource, GenericEventEx, UIElement)
public RawGenericInputReport(PresentationSource inputSource, GenericEventEx genericEvent, UIElement destTarget)
Parameters
inputSourcePresentationSourcegenericEventGenericEventExdestTargetUIElement
Fields
InternalEvent
public readonly GenericEventEx InternalEvent
Field Value
Target
public readonly UIElement Target