GE Lua Documentation

Press F to search!

CalcItemWidth

Definition


-- @/lua/common/extensions/ui/imgui_gen_luaintf.lua:211
function M.CalcItemWidth() return imgui.CalcItemWidth() end

Callers

@/lua/ge/extensions/editor/fileDialog.lua
      end
      local width = im.CalcItemWidth()
        if im.IsItemActive() then
          local width = im.CalcItemWidth()
          smartSearchWindowPos =  im.ImVec2(im.GetWindowPos().x + posX, im.GetWindowPos().y + im.GetCursorPosY() + 2)