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