Class InputReportEventArgs
The InputReportEventArgs class contains information about an input report that is being processed.
Inherited Members
Namespace: nanoFramework.UI.Input
Assembly: nanoFramework.Graphics.dll
Syntax
public class InputReportEventArgs : InputEventArgs
Constructors
InputReportEventArgs(InputDevice, InputReport)
Initializes a new instance of the InputReportEventArgs class.
Declaration
public InputReportEventArgs(InputDevice inputDevice, InputReport report)
Parameters
Type | Name | Description |
---|---|---|
InputDevice | inputDevice | The input device to associate this input with. |
InputReport | report | The input report being processed. |
Fields
Report
Read-only access to the input report being processed.
Declaration
public readonly InputReport Report
Field Value
Type | Description |
---|---|
InputReport |