Expand description
AppContext — per-frame handle handed to super::App::update.
Wraps the backend’s per-tick context (egui’s Context, in
practice) behind a neutral surface. Apps use it to:
Traits§
- AppContext
- Top-level app context — one per frame.