Module memory
Source pub use theme::Theme;pub use theme::ThemePreference;
- theme ๐
- 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.
- FocusDirection
- A direction in which to move the keyboard focus.
- OrderMap ๐
- Map containing the index of each layer in the order list, for quick lookups.