mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
Add a lot of documentation and inter-doc links
This commit is contained in:
@@ -174,7 +174,7 @@ loop {
|
||||
egui_ctx.begin_frame(raw_input);
|
||||
my_app.ui(&mut egui_ctx); // add panels, windows and widgets to `egui_ctx` here
|
||||
let (output, paint_commands) = egui_ctx.end_frame();
|
||||
let paint_jobs = self.ctx.tesselate(paint_commands); // create triangles to paint
|
||||
let paint_jobs = egui_ctx.tesselate(paint_commands); // create triangles to paint
|
||||
my_integration.paint(paint_jobs);
|
||||
my_integration.set_cursor_icon(output.cursor_icon);
|
||||
// Also see `egui::Output` for more
|
||||
|
||||
Reference in New Issue
Block a user