Skip to content

Commit

Permalink
fix: adds missing signature to getWindowPos (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfking committed Feb 19, 2023
1 parent 668c7bb commit c1a6801
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions imgui/imgui.lua
Expand Up @@ -208,6 +208,12 @@ function ImGui.SetNextWindowViewport(viewportID) end
---@param cond? ImGuiCond
function ImGui.SetWindowPos(name, posX, posY, cond) end

---@param name string
---@param posX number
---@param posY number
---@param cond? ImGuiCond
function ImGui.SetWindowPos(name, posX, posY, cond) end

---@param name string
---@param sizeX number
---@param sizeY number
Expand Down

0 comments on commit c1a6801

Please sign in to comment.