Lua:getWorkAreaWidth
Jump to navigation
Jump to search
| <> Function function getWorkAreaWidth() : integer |
Returns the work area width. (Excludes taskbars)
Function Parameters[edit]
This function has no parameters.
Returns[edit]
integer — The width of the screen work area in pixels.
Examples[edit]
local width = getWorkAreaWidth()
print("Work area width: " .. width)
See also[edit]
| Lua |
| Script Engine |