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

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

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

push string into the ID stack (will hash id).

Parameters

id: StringSource | number