Searched refs:ImGuiDragDropFlags_SourceNoPreviewTooltip (Results 1 – 2 of 2) sorted by relevance
867 …ImGuiDragDropFlags_SourceNoPreviewTooltip = 1 << 0, // By default, a successful call to Be… enumerator
8567 if (!(flags & ImGuiDragDropFlags_SourceNoPreviewTooltip)) in BeginDragDropSource()8594 if (!(g.DragDropSourceFlags & ImGuiDragDropFlags_SourceNoPreviewTooltip)) in EndDragDropSource()