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