Module messaging

Source
Available on crate feature ui only.
Expand description

Window and thread message handling.

Structs§

EmptyWindowMessageListener
A WindowMessageListener that leaves all handlers to their default empty impls.

Enums§

ListenerAnswer
Indicates what should be done after the WindowMessageListener is done processing the message.

Traits§

WindowMessageListener
A user-defined implementation for various windows message handlers.