Method GetKeyCharArray | Terminal.Gui v2 (original) (raw)

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.

Edit this page