termion
0.0.1
Module event
Enums
Functions
In crate termion
Module
termion
::
event
Copy item path
source
·
[
−
]
Expand description
Mouse and key events.
Enums
§
Event
An event reported by the terminal.
Key
A key.
MouseButton
A mouse button.
MouseEvent
A mouse related event.
Functions
§
parse_event
Parse an Event from
item
and possibly subsequent bytes through
iter
.