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

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

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

get the compiled version string e.g. "1.80 WIP" (essentially the value for IMGUI_VERSION from the compiled version of imgui.cpp)

Returns

StringSource