Module egui::memory

source ยท

Re-exportsยง

Modulesยง

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
  • FocusWidget ๐Ÿ”’
    The widget with focus.
  • InteractionState ๐Ÿ”’
    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ยง

Type Aliasesยง

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