Как сделать сохранение положения окон в imgui?
function imgui.OnDrawFrame()
local x, y = getScreenResolution()
if active_menu.v then
imgui.LockPlayer = true
imgui.SetNextWindowPos(imgui.ImVec2(x/2, y/2), imgui.Cond.FirstUseEver, imgui.ImVec2(0.5, 0.5))...