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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h879 ImGuiID DragDropAcceptIdPrev; // Target item id from previous frame (we need to store this to allow for overlapping drag and drop targets) member in struct:ImGuiContext
1012 DragDropAcceptIdPrev = DragDropAcceptIdCurr = 0;
H A Dimgui.cpp3462 g.DragDropAcceptIdPrev = g.DragDropAcceptIdCurr;
8480 g.DragDropAcceptIdCurr = g.DragDropAcceptIdPrev = 0;
8572 if (g.DragDropAcceptIdPrev && (g.DragDropAcceptFlags & ImGuiDragDropFlags_AcceptNoPreviewTooltip))
8702 return g.DragDropActive && g.DragDropAcceptIdPrev != 0;
8717 const bool was_accepted_previously = (g.DragDropAcceptIdPrev == g.DragDropTargetId);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h879 ImGuiID DragDropAcceptIdPrev; // Target item id from previous frame (we need to store this to allow for overlapping drag and drop targets) member in struct:ImGuiContext
1012 DragDropAcceptIdPrev = DragDropAcceptIdCurr = 0;
H A Dimgui.cpp3462 g.DragDropAcceptIdPrev = g.DragDropAcceptIdCurr;
8480 g.DragDropAcceptIdCurr = g.DragDropAcceptIdPrev = 0;
8572 if (g.DragDropAcceptIdPrev && (g.DragDropAcceptFlags & ImGuiDragDropFlags_AcceptNoPreviewTooltip))
8702 return g.DragDropActive && g.DragDropAcceptIdPrev != 0;
8717 const bool was_accepted_previously = (g.DragDropAcceptIdPrev == g.DragDropTargetId);

Completed in 62 milliseconds