Home
last modified time | relevance | path

Searched refs:DragDropSourceFlags (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_internal.h870 ImGuiDragDropFlags DragDropSourceFlags; member
1006 DragDropSourceFlags = 0; in ImGuiContext()
Dimgui.cpp3335 …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()
Dimgui_widgets.cpp418 …if (hovered && g.DragDropActive && g.DragDropPayload.SourceId == id && !(g.DragDropSourceFlags & I… in ButtonBehavior()
422 …pActive && (flags & ImGuiButtonFlags_PressedOnDragDropHold) && !(g.DragDropSourceFlags & ImGuiDrag… in ButtonBehavior()