Searched refs:ImGuiDragDropFlags_SourceNoDisableHover (Results 1 – 3 of 3) sorted by relevance
868 …ImGuiDragDropFlags_SourceNoDisableHover = 1 << 1, // By default, when dragging we clear … enumerator
418 …agDropPayload.SourceId == id && !(g.DragDropSourceFlags & ImGuiDragDropFlags_SourceNoDisableHover)) in ButtonBehavior()
8580 …if (!(flags & ImGuiDragDropFlags_SourceNoDisableHover) && !(flags & ImGuiDragDropFlags_SourceExter… in BeginDragDropSource()