getResolution
API -
return function()
local app = getApp();
local res = app.getResolution();
log('current window resolution is ' .. res.x .. ', ' .. res.y);
endLast updated
API -
return function()
local app = getApp();
local res = app.getResolution();
log('current window resolution is ' .. res.x .. ', ' .. res.y);
endLast updated