MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / EndDragDropTarget

Function EndDragDropTarget

Source/3rdParty/implot/implot.cpp:4373–4376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4371}
4372
4373void EndDragDropTarget() {
4374 SetupLock();
4375 ImGui::EndDragDropTarget();
4376}
4377
4378bool BeginDragDropSourcePlot(ImGuiDragDropFlags flags) {
4379 SetupLock();

Callers 5

ColorEdit4Method · 0.85
Demo_SubplotItemSharingFunction · 0.85
Demo_DragAndDropFunction · 0.85

Calls 1

SetupLockFunction · 0.85

Tested by

no test coverage detected