Module egui::output[][src]

Expand description

All the data egui returns to the backend at the end of each frame.

Structs

What egui emits each frame. The backend should use this.

Describes a widget such as a crate::Button or a crate::TextEdit.

Enums

A mouse cursor icon.

Things that happened during this frame that the integration may be interested in.