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

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

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

Parameters

label: string
v: Float32Array
v_min: number
v_max: number
optional
format: string = [UNSUPPORTED]
optional
flags: ImGuiSliderFlags = [UNSUPPORTED]

Returns

boolean