Method GetKeyImpl
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
When overriden in a derived class, returns the Key that matches the input ansi escape sequence.
protected abstract Key? GetKeyImpl(string? input)
input
string