Table of Contents

Method IsKeyboard

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

IsKeyboard(string?, bool)

Looks for any pattern that matches the input and returns the matching pattern or null if no matches.

public AnsiKeyboardParserPattern? IsKeyboard(string? input, bool isLastMinute = false)

Parameters

input string
isLastMinute bool

Returns

AnsiKeyboardParserPattern