Module cursive::event [] [src]

User-input events and their effects.

Enums

Event

Represents an event as seen by the application.

EventResult

Answer to an event notification. The event can be consumed or ignored.

Key

Represents a key, or a combination of keys.

Traits

ToEvent

Generic trait to convert a value to an event.

Type Definitions

Callback

Callback is a function that can be triggered by an event. It has a mutable access to the cursive root.