Module requestty_ui::events[][src]

Expand description

A module for handling key events

Structs

An iterator over the input keys using the crossterm crate

Represents a key event.

Represents key modifiers (shift, control, alt).

An iterator over the input keys using the termion crate

A simple wrapper around a KeyEvent iterator that can be used in tests.

Enums

Represents a key.

Movements that can be captured from a KeyEvent. See the individual variants for what keys they capture

Traits

A trait to represent a source of KeyEvents.

Functions

get_eventscrossterm or termion

Gets the default EventIterator based on the features enabled.