Expand description
All the data egui returns to the backend at the end of each frame.
Structs§
- What egui emits each frame from
crate::Context::run
. - Information about text being edited.
- What URL to open, and how.
- The non-rendering part of what egui emits each frame.
- Describes a widget such as a
crate::Button
or acrate::TextEdit
.
Enums§
- A mouse cursor icon.
- Things that happened during this frame that the integration may be interested in.
- Types of attention to request from a user when a native window is not in focus.