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

Function BeginDragDropTargetPlot

Source/3rdParty/implot/implot.cpp:4350–4355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4348//-----------------------------------------------------------------------------
4349
4350bool BeginDragDropTargetPlot() {
4351 SetupLock();
4352 ImPlotContext& gp = *GImPlot;
4353 ImRect rect = gp.CurrentPlot->PlotRect;
4354 return ImGui::BeginDragDropTargetCustom(rect, gp.CurrentPlot->ID);
4355}
4356
4357bool BeginDragDropTargetAxis(ImAxis axis) {
4358 SetupLock();

Callers 2

Demo_SubplotItemSharingFunction · 0.85
Demo_DragAndDropFunction · 0.85

Calls 1

SetupLockFunction · 0.85

Tested by

no test coverage detected