For the complete documentation index, see llms.txt. This page is also available as Markdown.

push_style_var

Pushes a style onto the stack.

void push_style_var(int ImGuiStyleVar_, float|vec2)

g_imgui.push_style_var(ImGuiStyleVar_WindowBorderSize, 0.0);
g_imgui.push_style_var(ImGuiStyleVar_WindowPadding, vec(0, 0));

Last updated