Search Results for

    Show / Hide Table of Contents

    Class InputEventInfo

    Input event info

    Inheritance
    object
    InputEventInfo
    Namespace: Terminaux.Inputs
    Assembly: Terminaux.dll
    Syntax
    public class InputEventInfo

    Properties

    | Edit this page View Source

    ConsoleKeyInfo

    Console key info

    Declaration
    public ConsoleKeyInfo? ConsoleKeyInfo { get; }
    Property Value
    Type Description
    ConsoleKeyInfo?
    | Edit this page View Source

    EventType

    Event type to report

    Declaration
    public InputEventType EventType { get; }
    Property Value
    Type Description
    InputEventType
    | Edit this page View Source

    PointerEventContext

    Pointer event context

    Declaration
    public PointerEventContext? PointerEventContext { get; }
    Property Value
    Type Description
    PointerEventContext
    | Edit this page View Source

    ReportedPos

    Reported position

    Declaration
    public Coordinate? ReportedPos { get; }
    Property Value
    Type Description
    Coordinate?
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX