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

Function TagX

src/external/imgui/implot.cpp:3853–3857  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3851}
3852
3853IMPLOT_API void TagX(double x, const ImVec4& color, bool round) {
3854 ImPlotContext& gp = *GImPlot;
3855 IM_ASSERT_USER_ERROR(gp.CurrentPlot != nullptr, "TagX() needs to be called between BeginPlot() and EndPlot()!");
3856 Tag(gp.CurrentPlot->CurrentX, x, color, round);
3857}
3858
3859IMPLOT_API void TagX(double x, const ImVec4& color, const char* fmt, ...) {
3860 ImPlotContext& gp = *GImPlot;

Callers

nothing calls this directly

Calls 2

TagFunction · 0.85
TagVFunction · 0.85

Tested by

no test coverage detected