Table of Contents

Method GetKeyImpl

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

GetKeyImpl(string?)

When overriden in a derived class, returns the Key that matches the input ansi escape sequence.

protected abstract Key? GetKeyImpl(string? input)

Parameters

input string

Returns

Key