MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/FleX / imguiSeparatorLine

Function imguiSeparatorLine

demo/imgui.cpp:669–678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

667}
668
669void imguiSeparatorLine()
670{
671 int x = g_state.widgetX;
672 int y = g_state.widgetY - DEFAULT_SPACING*2;
673 int w = g_state.widgetW;
674 int h = 1;
675 g_state.widgetY -= DEFAULT_SPACING*4;
676
677 addGfxCmdRect((float)x, (float)y, (float)w, (float)h, imguiRGBA(255,255,255,32));
678}
679
680void imguiDrawText(int x, int y, int align, const char* text, unsigned int color)
681{

Callers 1

DoUIFunction · 0.85

Calls 2

addGfxCmdRectFunction · 0.85
imguiRGBAFunction · 0.85

Tested by

no test coverage detected