gooofy / aqb

A BASIC Compiler and IDE for Amiga Computers
MIT License
74 stars 7 forks source link

open Windows on the current screen #49

Closed blackborn66 closed 1 year ago

blackborn66 commented 1 year ago

what's the right way to open the windows in the availabe area? How to get the SCREEN resolution in a BASIC way?

gooofy commented 1 year ago

WINDOW() has two additional possible argument values now to retrieve the current screen's visible size:

* 15: screen visible width
* 16: screen visible height