Skip to content

Documentation / imgui / ImGui / SetWindowPos

Function: SetWindowPos()

SetWindowPos(name_or_pos, pos_or_cond?, cond?): void

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

Parameters

name_or_pos

string | Readonly<interface_ImVec2>

pos_or_cond?

Readonly<interface_ImVec2> | ImGuiCond

cond?

ImGuiCond = 0

Returns

void

Released under the MIT License.