mirror of
https://github.com/emilk/egui.git
synced 2026-07-11 17:18:55 +00:00
d3ea90f5ef
Fix: example `custom_window_frame` Sending `ViewportCommand::StartDrag` when the secondary button is clicked in Windows will disable drag, and drag will not be possible with the primary button afterwards. So in the example `custom_window_frame`, modified to use `dragged_by(PointerButton::Primary)` instead of `is_pointer_button_down_on()`.
