InputReportArgs Class
Namespace: GHIElectronics.TinyCLR.UI.Input · Assembly: GHIElectronics.TinyCLR.UI
report arguments
public class InputReportArgs
Constructors
InputReportArgs(object dev, object report)
public InputReportArgs(object dev, object report)
No description available.
| Parameter | Type | Description |
|---|---|---|
dev | object | |
report | object |
Fields
Device
public readonly InputDevice Device
No description available.
Report
public readonly InputReport Report
No description available.