S or /

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 PlatformOutput.cursor_image.

FullOutput

What egui emits each frame from egui.Context.run_ui.

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 egui.Button or a egui.TextEdit.

Functions§

Constants§

Re-exports§