SourceModule output
All the data egui returns to the backend at the end of each frame.
Classes§
| CursorIcon Enum | A mouse cursor icon. |
| CustomCursorImage | A bitmap cursor pushed to the integration via |
| FullOutput | What egui emits each frame from |
| IMEOutput | Information about text being edited. |
| OpenUrl | What URL to open, and how. |
| OutputCommand Enum | Commands that the egui integration should execute at the end of a frame. |
| OutputEvent Enum | Things that happened during this frame that the integration may be interested in. |
| PlatformOutput | The non-rendering part of what egui emits each frame. |
| UserAttentionType Enum | Types of attention to request from a user when a native window is not in focus. |
| WidgetInfo | Describes a widget such as a |