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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h875 ImGuiID DragDropTargetId; member in struct:ImGuiContext
1009 DragDropTargetId = 0;
H A Dimgui.cpp8664 g.DragDropTargetId = id;
8694 g.DragDropTargetId = id;
8717 const bool was_accepted_previously = (g.DragDropAcceptIdPrev == g.DragDropTargetId);
8723 g.DragDropAcceptIdCurr = g.DragDropTargetId;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h875 ImGuiID DragDropTargetId; member in struct:ImGuiContext
1009 DragDropTargetId = 0;
H A Dimgui.cpp8664 g.DragDropTargetId = id;
8694 g.DragDropTargetId = id;
8717 const bool was_accepted_previously = (g.DragDropAcceptIdPrev == g.DragDropTargetId);
8723 g.DragDropAcceptIdCurr = g.DragDropTargetId;

Completed in 43 milliseconds