WindMax
Lower right corner of currently defined window
Declaration
Source position: crth.inc line 62
var
WindMax : Word = $184f;
Description
The upper byte of WindMax contains the Y coordinate while the lower byte contains the X coordinate. The use of this variable is deprecated, use WindMaxX and WindMaxY instead.
See also
| Name | Description |
|---|---|
| WindMaxX | X coordinate of lower right corner of the defined window |
| WindMaxY | Y coordinate of lower right corner of the defined window |
| WindMin | Upper left corner of currently defined window |
| WindMinX | X coordinate of upper left corner of the defined window |
| WindMinY | Y coordinate of upper left corner of the defined window |
| Window | Create new window on screen. |
| Word | An unsigned 16-bits integer |