Searched refs:DragDropActive (Results 1 – 3 of 3) sorted by relevance
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()[all …]
868 bool DragDropActive; member1005 DragDropActive = DragDropWithinSourceOrTarget = false; in ImGuiContext()
418 …if (hovered && g.DragDropActive && g.DragDropPayload.SourceId == id && !(g.DragDropSourceFlags & I… in ButtonBehavior()422 …if (g.DragDropActive && (flags & ImGuiButtonFlags_PressedOnDragDropHold) && !(g.DragDropSourceFlag… in ButtonBehavior()524 if (!g.DragDropActive) in ButtonBehavior()4839 …if (g.DragDropActive && is_open) // When using Drag and Drop "hold to open" we keep the node highl… in TreeNodeBehavior()6451 if (g.DragDropActive) in TabItemEx()6466 if (!g.DragDropActive && (tab_bar->Flags & ImGuiTabBarFlags_Reorderable)) in TabItemEx()