Table of Contents

Method CreateInput

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

CreateInput()

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

public override IInput<char> CreateInput()

Returns

IInput<char>