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