Module egui::containers::area

source ·
Expand description

Area is a Ui that has no parent, it floats on the background. It has no frame or own size. It is potentially movable. It is the foundation for windows and popups.

Structs§

  • An area on the screen that can be moved by dragging.
  • State of an Area that is persisted between frames.
  • Prepared 🔒

Functions§