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

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

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

Parameters

label: StringSource
v: Int32Array
optional
flags: ImGuiInputTextFlags = [UNSUPPORTED]

Returns

boolean