Closed
Description
- Add some drag-and-drop-related APIs in
Response
andMemory
#3876 addedmen.dragged_id()
, but there is no way to get the value of to anegui::Id
(which could then be converted to an internal Id). - It would be nice to have
ctx().anything_being_decidedly_dragged()
(equivalent toui.memory(|mem| mem.is_anything_being_dragged()) && ui.input(|i| i.pointer.is_decidedly_dragging())
- It would be nice to have
ctx().drag_stopped()