Crate events_loop[][src]

Structs

EventsLoopClosed

The error that is returned when an EventsLoopProxy attempts to wake up an EventsLoop that no longer exists.

Enums

ControlFlow

Returned by the user callback given to the EventsLoop::run method.

Traits

EventsLoop

Provides a way to retrieve events from the system and from the windows that were registered to the events loop.

EventsLoopProxy

Used to wake up the EventsLoop from another thread.