Module context

Source

Structsยง

Context
Your handle to egui.
ContextImpl ๐Ÿ”’
NamedContextCallback ๐Ÿ”’
Plugins ๐Ÿ”’
Callbacks that users can register
RepaintCause
What called Context::request_repaint or Context::request_discard?
RequestRepaintInfo
Information given to the backend about when it is time to repaint the ui.
ViewportRepaintInfo ๐Ÿ”’
Per-viewport state related to repaint scheduling.
ViewportState
State stored per viewport.
WrappedTextureManager ๐Ÿ”’

Constantsยง

IMMEDIATE_VIEWPORT_RENDERER ๐Ÿ”’

Type Aliasesยง

ContextCallback
Generic event callback.