Class InputEventInfo
Input event info
Inheritance
object
InputEventInfo
Namespace: Terminaux.Inputs
Assembly: Terminaux.dll
Syntax
public class InputEventInfo
Properties
| Edit this page View SourceConsoleKeyInfo
Console key info
Declaration
public ConsoleKeyInfo? ConsoleKeyInfo { get; }
Property Value
Type | Description |
---|---|
ConsoleKeyInfo? |
EventType
Event type to report
Declaration
public InputEventType EventType { get; }
Property Value
Type | Description |
---|---|
InputEventType |
PointerEventContext
Pointer event context
Declaration
public PointerEventContext? PointerEventContext { get; }
Property Value
Type | Description |
---|---|
PointerEventContext |
ReportedPos
Reported position
Declaration
public Coordinate? ReportedPos { get; }
Property Value
Type | Description |
---|---|
Coordinate? |