You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have ctx().anything_being_decidedly_dragged() (equivalent to ui.memory(|mem| mem.is_anything_being_dragged()) && ui.input(|i| i.pointer.is_decidedly_dragging())
ResponseandMemory#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).ctx().anything_being_decidedly_dragged()(equivalent toui.memory(|mem| mem.is_anything_being_dragged()) && ui.input(|i| i.pointer.is_decidedly_dragging())ctx().drag_stopped()