mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 07:03:14 -04:00
* Closes https://github.com/emilk/egui/issues/3841 ⚠️ Breaking change! This defines `response.hovered()` to never be true if any other widget is being dragged. If you want to detect if a widget is being hovered while another widget is being dragged, use the new `response.contains_pointer` instead. This is necessaert for things like drag-and-drop targets. Overall, this removes special-casing of non-interactive widgets.