Structsยง
- Your handle to egui.
- Context
Impl ๐ - Named
Context ๐Callback - Plugins ๐Callbacks that users can register
- What called
Context::request_repaint
orContext::request_discard
? - Information given to the backend about when it is time to repaint the ui.
- Viewport
Repaint ๐Info Per-viewport state related to repaint scheduling. - State stored per viewport.
Constantsยง
Type Aliasesยง
- Generic event callback.