InputReport Class
Namespace: GHIElectronics.TinyCLR.UI.Input · Assembly: GHIElectronics.TinyCLR.UI
The InputReport is an abstract base class for all input that is reported to the InputManager.
public abstract class InputReport
Constructors
InputReport(PresentationSource inputSource, DateTime timestamp)
protected InputReport(PresentationSource inputSource, DateTime timestamp)
Constructs an instance of the InputReport class.
| Parameter | Type | Description |
|---|---|---|
inputSource | PresentationSource | The type of input that is being reported. |
timestamp | DateTime | The time when the input occured. |
Fields
InputSource
public readonly PresentationSource InputSource
Read-only access to the type of input source that reported input.
Timestamp
public readonly DateTime Timestamp
Read-only access to the time when the input occured.