Module memory

Source

Re-exportsยง

pub use theme::Theme;
pub use theme::ThemePreference;

Modulesยง

theme ๐Ÿ”’

Structsยง

Areas
Keeps track of Areas, which are free-floating Uis. These Areas can be in any Order.
Focus ๐Ÿ”’
Keeps tracks of what widget has keyboard focus
FocusWidget ๐Ÿ”’
The widget with focus.
InteractionState ๐Ÿ”’
The state of the interaction in egui, i.e. what is being dragged.
Memory
The data that egui persists between frames.
OpenPopup ๐Ÿ”’
State of an open popup.
Options
Some global options that you can read and write.

Enumsยง

FocusDirection ๐Ÿ”’

Type Aliasesยง

OrderMap ๐Ÿ”’
Map containing the index of each layer in the order list, for quick lookups.