Module input

Source
Expand description

User input.

Structs§

Events
An iterator over input events.
EventsAndRaw
An iterator over input events and the bytes that define them.
Keys
An iterator over input keys.
MouseTerminal
A terminal with added mouse support.

Traits§

TermRead
Extension to Read trait.
TermReadEventsAndRaw
Extension to TermRead trait. A separate trait in order to maintain backwards compatibility.