egui

Module 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
  • 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§

Type Aliases§

  • OrderMap 🔒
    Map containing the index of each layer in the order list, for quick lookups.