tatfook / AppLauncher

Launcher and updater for NPL powered apps
GNU General Public License v3.0
3 stars 1 forks source link

window resizable #9

Open zhangleio opened 6 years ago

zhangleio commented 6 years ago

image

zhangleio commented 6 years ago

设置分辨率:

local att = ParaEngine.GetAttributeObject();
att:SetField("ScreenResolution", {1020,595});
att:CallField("UpdateScreenMode");
zhangleio commented 6 years ago

image 窗口尺寸不太对,现在包含title尺寸为1013*595

zhangleio commented 6 years ago

固定窗口大小:

local att = ParaEngine.GetAttributeObject();
att:SetField("LockWindowSize", true);