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

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

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

calculate unique ID (hash of whole ID stack + given parameter). e.g. if you want to query into ImGuiStorage yourself

Parameters

id: string