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