-- @/lua/common/extensions/ui/imgui_gen_luaintf.lua:211
function M.CalcItemWidth() return imgui.CalcItemWidth() end
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)