Searched refs:ImGuiDragDropFlags_AcceptNoPreviewTooltip (Results 1 – 2 of 2) sorted by relevance
876 …ImGuiDragDropFlags_AcceptNoPreviewTooltip = 1 << 12, // Request hiding the BeginDragDropSou… enumerator
8572 … if (g.DragDropAcceptIdPrev && (g.DragDropAcceptFlags & ImGuiDragDropFlags_AcceptNoPreviewTooltip)) in BeginDragDropSource()