width
GlobalThe window's width in pixels. If no window was created, this value is nil
createWindow(800, 600);
print(width);
-- 800
width
GlobalThe window's width in pixels. If no window was created, this value is nil
createWindow(800, 600);
print(width);
-- 800