Expand description
Mouse and key events.
Structs§
- Struct representing a Key composed of a KeyCode and KeyMod Note that certain KeyCode + KeyMod combinations are not supported:
Enums§
- An event reported by the terminal.
- A key.
- Key combinations for keys besides Alt(char) and Ctrl(char) in
- A mouse button.
- A mouse related event.
Functions§
- Parse an Event from
item
and possibly subsequent bytes throughiter
.