Table of Contents

Class RawButtonInputReport

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

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

public class RawButtonInputReport : InputReport
Inheritance
RawButtonInputReport
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

RawButtonInputReport(PresentationSource, DateTime, Button, RawButtonActions)

Constructs an instance of the RawKeyboardInputReport class.

public RawButtonInputReport(PresentationSource inputSource, DateTime timestamp, Button button, RawButtonActions actions)

Parameters

inputSource PresentationSource
timestamp DateTime
button Button
actions RawButtonActions

Fields

Actions

Read-only access to the action reported.

public readonly RawButtonActions Actions

Field Value

RawButtonActions

Button

Read-only access to the button reported.

public readonly Button Button

Field Value

Button