Function GetMaxHeight

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

See also: