Table of Contents

Method CreateInput

Namespace
Terminal.Gui.Drivers
Assembly
Terminal.Gui.dll

CreateInput()

Create IConsoleInput<T> class for the current driver implementation i.e. the class responsible for reading user input from the console.

public override IConsoleInput<ConsoleKeyInfo> CreateInput()

Returns

IConsoleInput<ConsoleKeyInfo>