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