igSetWindowPos

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void igSetWindowPos(ImVec2 pos, ImGuiCond cond)
  2. void igSetWindowPos(const(char)* name, ImVec2 pos, ImGuiCond cond)
    void
    igSetWindowPos
    (
    const(char)* name
    ,
    const ImVec2 pos
    ,)
  3. void igSetWindowPos(ImGuiWindow* window, ImVec2 pos, ImGuiCond cond)

Meta