Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/dwm/ext/imgui.ts>imgui.pushStyleVar

Deno Window Manager: Cross-platform window creation and management
Latest
function imgui.pushStyleVar
import { imgui } from "https://deno.land/x/dwm@0.3.6/ext/imgui.ts";
const { pushStyleVar } = imgui;

modify a style float variable. always use this if you modify the style after NewFrame().

Parameters

idx: ImGuiStyleVar
val: number | ImVec2