Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui.h584 …IMGUI_API bool BeginDragDropSource(ImGuiDragDropFlags flags = 0); …
Dimgui_widgets.cpp4463 if (g.ActiveId == id && !(flags & ImGuiColorEditFlags_NoDragDrop) && BeginDragDropSource()) in ColorButton()
Dimgui.cpp8490 bool ImGui::BeginDragDropSource(ImGuiDragDropFlags flags) in BeginDragDropSource() function in ImGui