mirror of
https://github.com/emilk/egui.git
synced 2026-07-10 16:54:09 +00:00
bea47a2ce7
* Part of https://github.com/emilk/egui/issues/8180 So far, you've been able to move any `egui::Window` by dragging anywhere on it. This makes sense on touch screens with thick fingers, but less so on non-touch-screens. With this PR, you can now control it with a new enum `WindowDrag`