MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / GetCurrentItem

Function GetCurrentItem

Source/3rdParty/implot/implot_items.cpp:358–361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358ImPlotItem* GetCurrentItem() {
359 ImPlotContext& gp = *GImPlot;
360 return gp.CurrentItem;
361}
362
363ImVec4 GetLastItemColor() {
364 ImPlotContext& gp = *GImPlot;

Callers 3

PlotCandlestickFunction · 0.85
PlotPieChartExFunction · 0.85
PlotImageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected