Skip to content

Documentation / imgui / ImGui / InputFloat4

Function: InputFloat4()

InputFloat4(label, v, format?, flags?): boolean

Defined in: libs/imgui/src/imgui.ts:5894

Parameters

label

string

v

XYZW | ImTuple4<number>

format?

string = '%.3f'

flags?

ImGuiInputTextFlags = 0

Returns

boolean

Released under the MIT License.