Searched refs:BeginDragDropTarget (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h587 IMGUI_API bool BeginDragDropTarget(); // call after submitting an item that may receive a payload. If this returns true, you can call AcceptDragDropPayload() + EndDragDropTarget()
589 IMGUI_API void EndDragDropTarget(); // only call EndDragDropTarget() if BeginDragDropTarget() returns true!
876 ImGuiDragDropFlags_AcceptNoPreviewTooltip = 1 << 12, // Request hiding the BeginDragDropSource tooltip from the BeginDragDropTarget site.
H A Dimgui_demo.cpp1106 if (ImGui::BeginDragDropTarget())
1403 if (ImGui::BeginDragDropTarget())
H A Dimgui_widgets.cpp4010 // NB: The flag test is merely an optional micro-optimization, BeginDragDropTarget() does the same test.
4011 if ((window->DC.LastItemStatusFlags & ImGuiItemStatusFlags_HoveredRect) && !(flags & ImGuiColorEditFlags_NoDragDrop) && BeginDragDropTarget())
H A Dimgui.cpp8673 bool ImGui::BeginDragDropTarget() function in class:ImGui
8710 IM_ASSERT(g.DragDropActive); // Not called between BeginDragDropTarget() and EndDragDropTarget() ?
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h587 IMGUI_API bool BeginDragDropTarget(); // call after submitting an item that may receive a payload. If this returns true, you can call AcceptDragDropPayload() + EndDragDropTarget()
589 IMGUI_API void EndDragDropTarget(); // only call EndDragDropTarget() if BeginDragDropTarget() returns true!
876 ImGuiDragDropFlags_AcceptNoPreviewTooltip = 1 << 12, // Request hiding the BeginDragDropSource tooltip from the BeginDragDropTarget site.
H A Dimgui_widgets.cpp4010 // NB: The flag test is merely an optional micro-optimization, BeginDragDropTarget() does the same test.
4011 if ((window->DC.LastItemStatusFlags & ImGuiItemStatusFlags_HoveredRect) && !(flags & ImGuiColorEditFlags_NoDragDrop) && BeginDragDropTarget())
H A Dimgui.cpp8673 bool ImGui::BeginDragDropTarget() function in class:ImGui
8710 IM_ASSERT(g.DragDropActive); // Not called between BeginDragDropTarget() and EndDragDropTarget() ?

Completed in 80 milliseconds