Searched refs:ImGuiDragDropFlags_SourceExtern (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h871 ImGuiDragDropFlags_SourceExtern = 1 << 4, // External source (from outside of imgui), won't attempt to read current item/window info. Will always return true. Only one Extern source can be active simultaneously. enumerator in enum:ImGuiDragDropFlags_
H A Dimgui.cpp3335 const bool mouse_dragging_extern_payload = g.DragDropActive && (g.DragDropSourceFlags & ImGuiDragDropFlags_SourceExtern) != 0;
8499 if (!(flags & ImGuiDragDropFlags_SourceExtern))
8580 if (!(flags & ImGuiDragDropFlags_SourceNoDisableHover) && !(flags & ImGuiDragDropFlags_SourceExtern))
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h871 ImGuiDragDropFlags_SourceExtern = 1 << 4, // External source (from outside of imgui), won't attempt to read current item/window info. Will always return true. Only one Extern source can be active simultaneously. enumerator in enum:ImGuiDragDropFlags_
H A Dimgui.cpp3335 const bool mouse_dragging_extern_payload = g.DragDropActive && (g.DragDropSourceFlags & ImGuiDragDropFlags_SourceExtern) != 0;
8499 if (!(flags & ImGuiDragDropFlags_SourceExtern))
8580 if (!(flags & ImGuiDragDropFlags_SourceNoDisableHover) && !(flags & ImGuiDragDropFlags_SourceExtern))

Completed in 89 milliseconds