height

v0.1.6
heightGlobal

The window's height in pixels. If no window was created, this value is nil

createWindow(800, 600);

print(height);
-- 600
See height in window.h