Lines Matching refs:DragDropActive
2715 IM_ASSERT(g.ActiveId == id || g.ActiveId == 0 || g.DragDropActive); in MarkItemEdited()
3335 …const bool mouse_dragging_extern_payload = g.DragDropActive && (g.DragDropSourceFlags & ImGuiDragD… in UpdateHoveredWindowAndCaptureFlags()
3432 if (g.DragDropActive && g.DragDropPayload.SourceId == g.ActiveId) in NewFrame()
3802 if (g.DragDropActive) in EndFrame()
3811 if (g.DragDropActive && g.DragDropSourceFrameCount < g.FrameCount) in EndFrame()
8477 g.DragDropActive = false; in ClearDragDrop()
8553 if (!g.DragDropActive) in BeginDragDropSource()
8560 g.DragDropActive = true; in BeginDragDropSource()
8591 IM_ASSERT(g.DragDropActive); in EndDragDropSource()
8650 if (!g.DragDropActive) in BeginDragDropTargetCustom()
8676 if (!g.DragDropActive) in BeginDragDropTarget()
8702 return g.DragDropActive && g.DragDropAcceptIdPrev != 0; in IsDragDropPayloadBeingAccepted()
8710 …IM_ASSERT(g.DragDropActive); // Not called between BeginDragDropTarget() an… in AcceptDragDropPayload()
8751 return g.DragDropActive ? &g.DragDropPayload : NULL; in GetDragDropPayload()
8758 IM_ASSERT(g.DragDropActive); in EndDragDropTarget()
9486 …ImGui::Text("DragDrop: %d, SourceId = 0x%08X, Payload \"%s\" (%d bytes)", g.DragDropActive, g.Drag… in ShowMetricsWindow()