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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h1471 bool Delivery; // Set when AcceptDragDropPayload() was called and mouse button is released over the target item. member in struct:ImGuiPayload
1474 void Clear() { SourceId = SourceParentId = 0; Data = NULL; DataSize = 0; memset(DataType, 0, sizeof(DataType)); DataFrameCount = -1; Preview = Delivery = false; }
1477 bool IsDelivery() const { return Delivery; }
H A Dimgui.cpp3804 bool is_delivered = g.DragDropPayload.Delivery;
8741 payload.Delivery = was_accepted_previously && !IsMouseDown(g.DragDropMouseButton); // For extern drag sources affecting os window focus, it's easier to just test !IsMouseDown() instead of IsMouseReleased()
8742 if (!payload.Delivery && !(flags & ImGuiDragDropFlags_AcceptBeforeDelivery))
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1471 bool Delivery; // Set when AcceptDragDropPayload() was called and mouse button is released over the target item. member in struct:ImGuiPayload
1474 void Clear() { SourceId = SourceParentId = 0; Data = NULL; DataSize = 0; memset(DataType, 0, sizeof(DataType)); DataFrameCount = -1; Preview = Delivery = false; }
1477 bool IsDelivery() const { return Delivery; }
H A Dimgui.cpp3804 bool is_delivered = g.DragDropPayload.Delivery;
8741 payload.Delivery = was_accepted_previously && !IsMouseDown(g.DragDropMouseButton); // For extern drag sources affecting os window focus, it's easier to just test !IsMouseDown() instead of IsMouseReleased()
8742 if (!payload.Delivery && !(flags & ImGuiDragDropFlags_AcceptBeforeDelivery))

Completed in 49 milliseconds