Module cosmic::iced_runtime::user_interface
source · Expand description
Implement your own event loop to drive a user interface.
Structs§
- Reusable data of a specific
UserInterface
. - A set of interactive graphical elements with a specific
Layout
.
Enums§
- The resulting state after updating a
UserInterface
.