InputReportArgs Class
NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI.Input
report arguments
public class InputReportArgs
Constructors
InputReportArgs(object dev, object report)
public InputReportArgs(object dev, object report)
Constructs an instance of the InputReportArgs class.
Fields
Device
public readonly InputDevice Device
Read-only access to the input device that reported the input.
Report
public readonly InputReport Report
Read-only access to the input report.