Skip to content

Documentation / imgui / ImGui / InputFloat2

Function: InputFloat2()

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

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

Parameters

label

string

v

XY | XYZ | XYZW | ImTuple2<number> | ImTuple3<number> | ImTuple4<number>

format?

string = '%.3f'

flags?

ImGuiInputTextFlags = 0

Returns

boolean

Released under the MIT License.