Convenience helpers for interpreting tokens as common terminal input events.
[NullableContext((byte)1)]
[Nullable((byte)0)]
public static class AnsiInputTokenExtensions
kind:method, kind:property, kind:ctor. Press Esc to clear.TryGetKeyEvent(CsiToken, out AnsiKeyEvent)Attempts to interpret a CSI token as a key event (Windows Console VT / xterm conventions).TryGetSgrMouseEvent(CsiToken, out AnsiMouseEvent)Attempts to interpret a CsiToken as an xterm SGR mouse event (CSI < b ; x ; y M/m).