Searched refs:DragDropSourceFrameCount (Results 1 – 6 of 6) sorted by relevance
842 int DragDropSourceFrameCount; member971 DragDropSourceFrameCount = -1; in ImGuiContext()
3746 if (g.DragDropActive && g.DragDropSourceFrameCount < g.FrameCount) in EndFrame()8413 g.DragDropSourceFrameCount = g.FrameCount; in BeginDragDropSource()
871 int DragDropSourceFrameCount; member1007 DragDropSourceFrameCount = -1; in ImGuiContext()
3811 if (g.DragDropActive && g.DragDropSourceFrameCount < g.FrameCount) in EndFrame()8564 g.DragDropSourceFrameCount = g.FrameCount; in BeginDragDropSource()
1616 int DragDropSourceFrameCount; member1807 DragDropSourceFrameCount = -1; in ImGuiContext()
4455 …if (g.DragDropActive && g.DragDropSourceFrameCount < g.FrameCount && !(g.DragDropSourceFlags & ImG… in EndFrame()10212 g.DragDropSourceFrameCount = g.FrameCount; in BeginDragDropSource()