whichInfo | Value | Return value |
_scrnWidth | 6 | The width of the main monitor, in pixels. |
_scrnHeight | 7 | The height of the main monitor, in pixels. |
_sysVers | 8 | An integer representing the current System version number. For example, 101300 represents version 10.13. |
_aplActive | 9 | Returns a positive value if the current application is the active (foreground) process. Returns a negative value if the current application is in the background. Note that FutureBasic also generates an app event every time your application is moved to the foreground or to the background (see the CocoaUI/Application.incl header). |