Searched refs:DragDropSourceFlags (Results 1 – 3 of 3) sorted by relevance
870 ImGuiDragDropFlags DragDropSourceFlags; member1006 DragDropSourceFlags = 0; in ImGuiContext()
3335 …const bool mouse_dragging_extern_payload = g.DragDropActive && (g.DragDropSourceFlags & ImGuiDragD… in UpdateHoveredWindowAndCaptureFlags()3805 …sed = (g.DragDropPayload.DataFrameCount + 1 < g.FrameCount) && ((g.DragDropSourceFlags & ImGuiDrag… in EndFrame()8561 g.DragDropSourceFlags = flags; in BeginDragDropSource()8594 if (!(g.DragDropSourceFlags & ImGuiDragDropFlags_SourceNoPreviewTooltip)) in EndDragDropSource()8729 …flags |= (g.DragDropSourceFlags & ImGuiDragDropFlags_AcceptNoDrawDefaultRect); // Source can also … in AcceptDragDropPayload()
418 …if (hovered && g.DragDropActive && g.DragDropPayload.SourceId == id && !(g.DragDropSourceFlags & I… in ButtonBehavior()422 …pActive && (flags & ImGuiButtonFlags_PressedOnDragDropHold) && !(g.DragDropSourceFlags & ImGuiDrag… in ButtonBehavior()