Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

set named window size. set axis to 0.0f to force an auto-fit on this axis.

Parameters

name: string
size: ImVec2
optional
cond: ImGuiCond = [UNSUPPORTED]