Open
Description
When I drag an egui window size and the cursor is outside the bounds of the window, but still in the margin for the drag icon to appear egui will not report consumed = true
.
I'm using egui_winit::State::on_window_event
, I'm not sure if this is a problem in the winit integration part or egui itself.