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

Function GetCurrentItem

src/external/imgui/implot_items.cpp:317–320  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

PlotPieChartExFunction · 0.85
PlotImageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected