Searched refs:ImGuiDragDropFlags_SourceExtern (Results 1 – 6 of 6) sorted by relevance
871 …ImGuiDragDropFlags_SourceExtern = 1 << 4, // External source (from outside of im… enumerator
3335 …xtern_payload = g.DragDropActive && (g.DragDropSourceFlags & ImGuiDragDropFlags_SourceExtern) != 0; in UpdateHoveredWindowAndCaptureFlags()8499 if (!(flags & ImGuiDragDropFlags_SourceExtern)) in BeginDragDropSource()8580 … (!(flags & ImGuiDragDropFlags_SourceNoDisableHover) && !(flags & ImGuiDragDropFlags_SourceExtern)) in BeginDragDropSource()
864 …ImGuiDragDropFlags_SourceExtern = 1 << 4, // External source (from outside of im… enumerator
3270 …xtern_payload = g.DragDropActive && (g.DragDropSourceFlags & ImGuiDragDropFlags_SourceExtern) != 0; in UpdateHoveredWindowAndCaptureFlags()8348 if (!(flags & ImGuiDragDropFlags_SourceExtern)) in BeginDragDropSource()8429 … (!(flags & ImGuiDragDropFlags_SourceNoDisableHover) && !(flags & ImGuiDragDropFlags_SourceExtern)) in BeginDragDropSource()
1305 …ImGuiDragDropFlags_SourceExtern = 1 << 4, // External source (from outside of de… enumerator
3911 …xtern_payload = g.DragDropActive && (g.DragDropSourceFlags & ImGuiDragDropFlags_SourceExtern) != 0; in UpdateHoveredWindowAndCaptureFlags()10137 if (!(flags & ImGuiDragDropFlags_SourceExtern)) in BeginDragDropSource()10228 … (!(flags & ImGuiDragDropFlags_SourceNoDisableHover) && !(flags & ImGuiDragDropFlags_SourceExtern)) in BeginDragDropSource()