Searched refs:DragDropPayload (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp3432 if (g.DragDropActive && g.DragDropPayload.SourceId == g.ActiveId)
3433 KeepAliveID(g.DragDropPayload.SourceId);
3804 bool is_delivered = g.DragDropPayload.Delivery;
3805 bool is_elapsed = (g.DragDropPayload.DataFrameCount + 1 < g.FrameCount) && ((g.DragDropSourceFlags & ImGuiDragDropFlags_SourceAutoExpirePayload) || !IsMouseDown(g.DragDropMouseButton));
8478 g.DragDropPayload.Clear();
8557 ImGuiPayload& payload = g.DragDropPayload;
8598 if (g.DragDropPayload.DataFrameCount == -1)
8607 ImGuiPayload& payload = g.DragDropPayload;
8657 if (!IsMouseHoveringRect(bb.Min, bb.Max) || (id == g.DragDropPayload.SourceId))
8689 if (g.DragDropPayload
[all...]
H A Dimgui_internal.h873 ImGuiPayload DragDropPayload; member in struct:ImGuiContext
H A Dimgui_widgets.cpp418 if (hovered && g.DragDropActive && g.DragDropPayload.SourceId == id && !(g.DragDropSourceFlags & ImGuiDragDropFlags_SourceNoDisableHover))
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp3432 if (g.DragDropActive && g.DragDropPayload.SourceId == g.ActiveId)
3433 KeepAliveID(g.DragDropPayload.SourceId);
3804 bool is_delivered = g.DragDropPayload.Delivery;
3805 bool is_elapsed = (g.DragDropPayload.DataFrameCount + 1 < g.FrameCount) && ((g.DragDropSourceFlags & ImGuiDragDropFlags_SourceAutoExpirePayload) || !IsMouseDown(g.DragDropMouseButton));
8478 g.DragDropPayload.Clear();
8557 ImGuiPayload& payload = g.DragDropPayload;
8598 if (g.DragDropPayload.DataFrameCount == -1)
8607 ImGuiPayload& payload = g.DragDropPayload;
8657 if (!IsMouseHoveringRect(bb.Min, bb.Max) || (id == g.DragDropPayload.SourceId))
8689 if (g.DragDropPayload
[all...]
H A Dimgui_internal.h873 ImGuiPayload DragDropPayload; member in struct:ImGuiContext
H A Dimgui_widgets.cpp418 if (hovered && g.DragDropActive && g.DragDropPayload.SourceId == id && !(g.DragDropSourceFlags & ImGuiDragDropFlags_SourceNoDisableHover))

Completed in 67 milliseconds