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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h305 ImGuiButtonFlags_PressedOnDragDropHold = 1 << 12, // press when held into while we are drag and dropping another item (used by e.g. tree nodes, collapsing headers) enumerator in enum:ImGuiButtonFlags_
H A Dimgui_widgets.cpp422 if (g.DragDropActive && (flags & ImGuiButtonFlags_PressedOnDragDropHold) && !(g.DragDropSourceFlags & ImGuiDragDropFlags_SourceNoHoldToOpenOthers))
4824 button_flags |= ImGuiButtonFlags_PressedOnDragDropHold;
6452 button_flags |= ImGuiButtonFlags_PressedOnDragDropHold;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h305 ImGuiButtonFlags_PressedOnDragDropHold = 1 << 12, // press when held into while we are drag and dropping another item (used by e.g. tree nodes, collapsing headers) enumerator in enum:ImGuiButtonFlags_
H A Dimgui_widgets.cpp422 if (g.DragDropActive && (flags & ImGuiButtonFlags_PressedOnDragDropHold) && !(g.DragDropSourceFlags & ImGuiDragDropFlags_SourceNoHoldToOpenOthers))
4824 button_flags |= ImGuiButtonFlags_PressedOnDragDropHold;
6452 button_flags |= ImGuiButtonFlags_PressedOnDragDropHold;

Completed in 34 milliseconds