MCPcopy Create free account
hub / github.com/clementgallet/libTAS / BeginDragDropTargetPlot

Function BeginDragDropTargetPlot

src/external/imgui/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

nothing calls this directly

Calls 1

SetupLockFunction · 0.85

Tested by

no test coverage detected