Searched refs:ImGuiDragDropFlags_SourceNoPreviewTooltip (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h867 ImGuiDragDropFlags_SourceNoPreviewTooltip = 1 << 0, // By default, a successful call to BeginDragDropSource opens a tooltip so you can display a preview or description of the source contents. This flag disable this behavior. enumerator in enum:ImGuiDragDropFlags_
H A Dimgui.cpp8567 if (!(flags & ImGuiDragDropFlags_SourceNoPreviewTooltip))
8594 if (!(g.DragDropSourceFlags & ImGuiDragDropFlags_SourceNoPreviewTooltip))
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h867 ImGuiDragDropFlags_SourceNoPreviewTooltip = 1 << 0, // By default, a successful call to BeginDragDropSource opens a tooltip so you can display a preview or description of the source contents. This flag disable this behavior. enumerator in enum:ImGuiDragDropFlags_
H A Dimgui.cpp8567 if (!(flags & ImGuiDragDropFlags_SourceNoPreviewTooltip))
8594 if (!(g.DragDropSourceFlags & ImGuiDragDropFlags_SourceNoPreviewTooltip))

Completed in 47 milliseconds