Searched refs:IsDelivery (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h874 ImGuiDragDropFlags_AcceptBeforeDelivery = 1 << 10, // AcceptDragDropPayload() will returns true even before the mouse button is released. You can then call IsDelivery() to test if the payload needs to be delivered.
1477 bool IsDelivery() const { return Delivery; } function in struct:ImGuiPayload
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h874 ImGuiDragDropFlags_AcceptBeforeDelivery = 1 << 10, // AcceptDragDropPayload() will returns true even before the mouse button is released. You can then call IsDelivery() to test if the payload needs to be delivered.
1477 bool IsDelivery() const { return Delivery; } function in struct:ImGuiPayload

Completed in 17 milliseconds