Table of Contents

Method GetKeyCharArray

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

GetKeyCharArray(ConsoleKeyInfo[])

A helper to get only the KeyChar from the ConsoleKeyInfo array.

public static char[] GetKeyCharArray(ConsoleKeyInfo[] cki)

Parameters

cki ConsoleKeyInfo[]

Returns

char[]

The char array of the escape sequence.