UvTuiInputParser class final
Adapts Ultraviolet-style input events to the current TUI message types.
This is an opt-in compatibility layer so the TUI runtime can consume the UV decoder without rewriting the entire Msg/Key pipeline.
Constructors
- UvTuiInputParser({EventDecoder? decoder, LegacyKeyEncoding? legacy, String term = '', bool useTerminfo = false})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasPending → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clear(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parseAll(
List< int> bytes, {bool expired = false}) → List<Msg> - Parses raw input bytes and returns translated TUI Msg instances.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited