termion
0.0.1
Module event
Module Items
Enums
Functions
In crate termion
termion
Module
event
Copy item path
Source
Expand description
Mouse and key events.
Enums
§
Event
An event reported by the terminal.
Key
A key.
Mouse
Button
A mouse button.
Mouse
Event
A mouse related event.
Functions
§
parse_
event
Parse an Event from
item
and possibly subsequent bytes through
iter
.