| 315 | } |
| 316 | |
| 317 | ImPlotItem* GetCurrentItem() { |
| 318 | ImPlotContext& gp = *GImPlot; |
| 319 | return gp.CurrentItem; |
| 320 | } |
| 321 | |
| 322 | void SetNextLineStyle(const ImVec4& col, float weight) { |
| 323 | ImPlotContext& gp = *GImPlot; |
no outgoing calls
no test coverage detected