Macros§
- bindmap
- Example
- key
- check and expand at compile-time the provided expression
into a valid
KeyCombination.
Structs§
- KeyCombination
- A Key combination wraps from one to three standard keys with optional modifiers (ctrl, alt, shift).
- KeyModifiers
- Represents key modifiers (shift, control, alt, etc.).
- Simple
Mouse Event - Crossterm mouse event without location
Enums§
- Mouse
Button - Represents a mouse button.
- Mouse
Event Kind - A mouse event kind.
- Trigger