Searched defs:ImGuiDragDropFlags_AcceptBeforeDelivery (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. enumerator in enum:ImGuiDragDropFlags_
/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. enumerator in enum:ImGuiDragDropFlags_

Completed in 17 milliseconds