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