Searched refs:DragDropSourceFlags (Results 1 – 9 of 9) sorted by relevance
841 ImGuiDragDropFlags DragDropSourceFlags; member970 DragDropSourceFlags = 0; in ImGuiContext()
3270 …const bool mouse_dragging_extern_payload = g.DragDropActive && (g.DragDropSourceFlags & ImGuiDragD… in UpdateHoveredWindowAndCaptureFlags()3740 …sed = (g.DragDropPayload.DataFrameCount + 1 < g.FrameCount) && ((g.DragDropSourceFlags & ImGuiDrag… in EndFrame()8410 g.DragDropSourceFlags = flags; in BeginDragDropSource()8443 if (!(g.DragDropSourceFlags & ImGuiDragDropFlags_SourceNoPreviewTooltip)) in EndDragDropSource()8578 …flags |= (g.DragDropSourceFlags & ImGuiDragDropFlags_AcceptNoDrawDefaultRect); // Source can also … in AcceptDragDropPayload()
416 …if (hovered && g.DragDropActive && g.DragDropPayload.SourceId == id && !(g.DragDropSourceFlags & I… in ButtonBehavior()420 …pActive && (flags & ImGuiButtonFlags_PressedOnDragDropHold) && !(g.DragDropSourceFlags & ImGuiDrag… in ButtonBehavior()
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()
1615 ImGuiDragDropFlags DragDropSourceFlags; member1806 DragDropSourceFlags = ImGuiDragDropFlags_None; in ImGuiContext()
3911 …const bool mouse_dragging_extern_payload = g.DragDropActive && (g.DragDropSourceFlags & ImGuiDragD… in UpdateHoveredWindowAndCaptureFlags()4449 …sed = (g.DragDropPayload.DataFrameCount + 1 < g.FrameCount) && ((g.DragDropSourceFlags & ImGuiDrag… in EndFrame()4455 …if (g.DragDropActive && g.DragDropSourceFrameCount < g.FrameCount && !(g.DragDropSourceFlags & ImG… in EndFrame()10207 g.DragDropSourceFlags = flags; in BeginDragDropSource()10242 if (!(g.DragDropSourceFlags & ImGuiDragDropFlags_SourceNoPreviewTooltip)) in EndDragDropSource()10380 …flags |= (g.DragDropSourceFlags & ImGuiDragDropFlags_AcceptNoDrawDefaultRect); // Source can also … in AcceptDragDropPayload()
518 …if (hovered && g.DragDropActive && g.DragDropPayload.SourceId == id && !(g.DragDropSourceFlags & I… in ButtonBehavior()522 …pActive && (flags & ImGuiButtonFlags_PressedOnDragDropHold) && !(g.DragDropSourceFlags & ImGuiDrag… in ButtonBehavior()