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