Method DoInvokeCommands | Terminal.Gui v2 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
DoInvokeCommands(Key)
Invokes the Commands bound to key
.
See for an overview of Terminal.Gui keyboard APIs.
protected bool? DoInvokeCommands(Key key)
Parameters
key
Key
The key event passed.
Returns
bool?
null if no command was invoked; input processing should continue.false if at least one command was invoked and was not handled (or cancelled); input processing should continue.true if at least one command was invoked and handled (or cancelled); input processing should stop.