Skip to content

Commit

Permalink
Merge pull request #2 from Davidos533/clipboard-support-windowing-env
Browse files Browse the repository at this point in the history
clipboard support for windowing environments
  • Loading branch information
matthewjberger authored Jan 5, 2025
2 parents 862646f + 7045ff0 commit 55a1ea8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,12 @@ impl ApplicationHandler for App {
textures_delta,
shapes,
pixels_per_point,
platform_output,
..
} = gui_state.egui_ctx().end_pass();

gui_state.handle_platform_output(window, platform_output);

let paint_jobs = gui_state.egui_ctx().tessellate(shapes, pixels_per_point);

let screen_descriptor = {
Expand Down

0 comments on commit 55a1ea8

Please sign in to comment.