iced

Module event

Source
Expand description

Handle events of a user interface.

Enums§

Event
A user interface event.
Status
The status of an Event after being processed.

Functions§

listen
Returns a Subscription to all the ignored runtime events.
listen_raw
Creates a Subscription that produces a message for every runtime event, including the redraw request events.
listen_url
Creates a Subscription that notifies of custom application URL received from the system.
listen_with
Creates a Subscription that listens and filters all the runtime events with the provided function, producing messages accordingly.