mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
Fix doclink
This commit is contained in:
@@ -122,7 +122,7 @@ pub trait App {
|
|||||||
/// To force a repaint, call [`egui::Context::request_repaint`] at any time (e.g. from another thread).
|
/// To force a repaint, call [`egui::Context::request_repaint`] at any time (e.g. from another thread).
|
||||||
///
|
///
|
||||||
/// This is called for the root viewport ([`egui::ViewportId::ROOT`]).
|
/// This is called for the root viewport ([`egui::ViewportId::ROOT`]).
|
||||||
/// Use [`Context::show_viewport`] to spawn additional viewports (windows).
|
/// Use [`egui::Context::show_viewport`] to spawn additional viewports (windows).
|
||||||
fn update(&mut self, ctx: &egui::Context, frame: &mut Frame);
|
fn update(&mut self, ctx: &egui::Context, frame: &mut Frame);
|
||||||
|
|
||||||
/// Get a handle to the app.
|
/// Get a handle to the app.
|
||||||
|
|||||||
Reference in New Issue
Block a user