Function GetMaxWidth

GetMaxWidth()
The function returns the maximum possible width of the screen/window. Example:
SetColor("white")
DrawRectangle(0, 0, GetMaxWidth(), GetMaxHeight())

See also: