Searched defs:ImGuiDragDropFlags_SourceNoPreviewTooltip (Results 1 - 2 of 2) 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_
/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_

Completed in 17 milliseconds