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

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

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

Parameters

label: StringSource
v: Float64Array
optional
step = [UNSUPPORTED]
optional
step_fast = [UNSUPPORTED]
optional
format: StringSource = [UNSUPPORTED]
optional
flags: ImGuiInputTextFlags = [UNSUPPORTED]

Returns

boolean