Skip to content

Documentation / imgui / ImGui / InputInt3

Function: InputInt3()

InputInt3(label, v, flags?): boolean

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

Parameters

label

string

v

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

flags?

ImGuiInputTextFlags = 0

Returns

boolean

Released under the MIT License.