Lua:getWorkAreaWidth
Jump to navigation
Jump to search
<> Lua API Reference
function getWorkAreaWidth() : integer
Returns the work area width. (Excludes taskbars)
This function has no parameters.
integer — The width of the screen work area in pixels.
1 local width = getWorkAreaWidth()
2 print("Work area width: " .. width)
Main Pages
Core Lua documentation entry points
◆ Lua
◆ Script Engine