Skip to main content

InputReportEventArgs Class

Namespace: GHIElectronics.TinyCLR.UI.Input · Assembly: GHIElectronics.TinyCLR.UI

The InputReportEventArgs class contains information about an input report that is being processed.

public class InputReportEventArgs : InputEventArgs

Constructors

InputReportEventArgs(InputDevice inputDevice, InputReport report)

public InputReportEventArgs(InputDevice inputDevice, InputReport report) : base(inputDevice, ((report != null) ? report.Timestamp : DateTime.MinValue))

Initializes a new instance of the InputReportEventArgs class.

ParameterTypeDescription
inputDeviceInputDeviceThe input device to associate this input with.
reportInputReportThe input report being processed.

Fields

Report

public readonly InputReport Report

Read-only access to the input report being processed.