Searched refs:SetDragDropPayload (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imgui.h | 585 …IMGUI_API bool SetDragDropPayload(const char* type, const void* data, size_t size, ImGuiC…
|
D | imgui_widgets.cpp | 4466 … SetDragDropPayload(IMGUI_PAYLOAD_TYPE_COLOR_3F, &col, sizeof(float) * 3, ImGuiCond_Once); in ColorButton() 4468 … SetDragDropPayload(IMGUI_PAYLOAD_TYPE_COLOR_4F, &col, sizeof(float) * 4, ImGuiCond_Once); in ColorButton()
|
D | imgui.cpp | 8604 bool ImGui::SetDragDropPayload(const char* type, const void* data, size_t data_size, ImGuiCond cond) in SetDragDropPayload() function in ImGui
|