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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h880 int DragDropAcceptFrameCount; // Last time a target expressed a desire to accept the source member in struct:ImGuiContext
1013 DragDropAcceptFrameCount = -1;
H A Dimgui.cpp8482 g.DragDropAcceptFrameCount = -1;
8644 return (g.DragDropAcceptFrameCount == g.FrameCount) || (g.DragDropAcceptFrameCount == g.FrameCount - 1);
8740 g.DragDropAcceptFrameCount = g.FrameCount;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h880 int DragDropAcceptFrameCount; // Last time a target expressed a desire to accept the source member in struct:ImGuiContext
1013 DragDropAcceptFrameCount = -1;
H A Dimgui.cpp8482 g.DragDropAcceptFrameCount = -1;
8644 return (g.DragDropAcceptFrameCount == g.FrameCount) || (g.DragDropAcceptFrameCount == g.FrameCount - 1);
8740 g.DragDropAcceptFrameCount = g.FrameCount;

Completed in 48 milliseconds