Class InputReport
- Namespace
- nanoFramework.UI.Input
- Assembly
- nanoFramework.Graphics.dll
The InputReport is an abstract base class for all input that is reported to the InputManager.
public abstract class InputReport
- Inheritance
-
InputReport
- Derived
- Inherited Members
- Extension Methods
Remarks
It is important to note that the InputReport class only contains blittable types. This is required so that the report can be marshalled across application domains.
Constructors
InputReport(PresentationSource, DateTime)
Constructs an instance of the InputReport class.
protected InputReport(PresentationSource inputSource, DateTime timestamp)
Parameters
inputSource
PresentationSourceThe type of input that is being reported.
timestamp
DateTimeThe time when the input occured.
Fields
InputSource
Read-only access to the type of input source that reported input.
public readonly PresentationSource InputSource
Field Value
Timestamp
Read-only access to the time when the input occured.
public readonly DateTime Timestamp