Table of Contents

Method GetConsoleInputKey

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

GetConsoleInputKey(ConsoleKeyInfo)

Ensures a console key is mapped to one that works correctly with ANSI escape sequences.

public static ConsoleKeyInfo GetConsoleInputKey(ConsoleKeyInfo consoleKeyInfo)

Parameters

consoleKeyInfo ConsoleKeyInfo

The ConsoleKeyInfo.

Returns

ConsoleKeyInfo

The ConsoleKeyInfo modified.