Module requestty_ui::events [−][src]
Expand description
A module for handling key events
Structs
CrosstermEvents
crosstermAn iterator over the input keys using the crossterm crate
Represents a key event.
Represents key modifiers (shift, control, alt).
TermionEvents
termionAn iterator over the input keys using the termion crate
A simple wrapper around a KeyEvent iterator that can be used in tests.
Enums
Represents a key.
Traits
A trait to represent a source of KeyEvents.
Functions
get_events
crossterm or termionGets the default EventIterator based on the features enabled.