Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/FleX
/ imguiUnindent
Function
imguiUnindent
demo/imgui.cpp:658–662 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
656
}
657
658
void imguiUnindent()
659
{
660
g_state.widgetX -= INDENT_SIZE;
661
g_state.widgetW += INDENT_SIZE;
662
}
663
664
void imguiSeparator()
665
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected