Home
last modified time | relevance | path

Searched refs:ImGuiDragDropFlags_AcceptNoPreviewTooltip (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui.h876ImGuiDragDropFlags_AcceptNoPreviewTooltip = 1 << 12, // Request hiding the BeginDragDropSou… enumerator
Dimgui.cpp8572 … if (g.DragDropAcceptIdPrev && (g.DragDropAcceptFlags & ImGuiDragDropFlags_AcceptNoPreviewTooltip)) in BeginDragDropSource()