MCPcopy Create free account
hub / github.com/SatDump/SatDump / BeginDragDropTargetPlot

Function BeginDragDropTargetPlot

src-core/imgui/implot/implot.cpp:4278–4283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4276//-----------------------------------------------------------------------------
4277
4278bool BeginDragDropTargetPlot() {
4279 SetupLock();
4280 ImPlotContext& gp = *GImPlot;
4281 ImRect rect = gp.CurrentPlot->PlotRect;
4282 return ImGui::BeginDragDropTargetCustom(rect, gp.CurrentPlot->ID);
4283}
4284
4285bool BeginDragDropTargetAxis(ImAxis axis) {
4286 SetupLock();

Callers 2

Demo_SubplotItemSharingFunction · 0.85
Demo_DragAndDropFunction · 0.85

Calls 1

SetupLockFunction · 0.85

Tested by

no test coverage detected