Module egui::memory

source ·

Structs§

  • 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
  • The widget with focus.
  • The state of the interaction in egui, i.e. what is being dragged.
  • The data that egui persists between frames.
  • Some global options that you can read and write.

Enums§