Delegate ResolveEscapeSequenceFunc
Defines the next delegate used to resolve key sequences.
Namespace: Sharpie
Assembly: sharpie.dll
Syntax
public delegate (KeyEvent? key, int count) ResolveEscapeSequenceFunc(IReadOnlyList<KeyEvent> sequence)
Parameters
Type | Name | Description |
---|---|---|
IReadOnlyList<KeyEvent> | sequence | The sequence of events. |
Returns
Type | Description |
---|---|
(KeyEvent key, int count) | The resolved key (if any) and the number of input events resolved.
If the count is |