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.getWindowContentRegionMax

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

content boundaries max for the full window (roughly (0,0)+Size-Scroll) where Size can be overridden with SetNextWindowContentSize(), in window coordinates.