Skip to main content
Adds a floating-point slider to the window. The label, value, minimum, and maximum arguments are required. When the user changes the slider, the callback receives the updated numeric value.

Syntax

Arguments

Returns

Types

ImGuiWindow

Handle returned by imgui.create. Control-building methods return the same handle so calls can be chained.