function:SCREEN
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| function:SCREEN [2023/02/17 06:56] – peternlewis | function:SCREEN [2023/09/20 07:47] (current) – peternlewis | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== SCREEN, SCREENVISIBLE and SCREENINDEX | + | ====== SCREEN Functions ====== |
| - | The //SCREEN// and //SCREENVISIBLE// functions return the position or size of a screen. | + | The SCREEN() and SCREENVISIBLE() functions return the position or size of a screen. |
| - | The //SCREENINDEX// function | + | The SCREENINDEX() function (v10.0+) |
| ``` | ``` | ||
| Line 10: | Line 10: | ||
| ``` | ``` | ||
| - | The SCREEN | + | The SCREEN |
| - | The _Main_ | + | The // |
| - | The other screens (monitors) are referenced positionally from the left most screen, which may, or _may not_, be the _Main_ | + | The other screens (monitors) are referenced positionally from the left most screen, which may or may not, be the // |
| ^ Index Name ^ Description ^ | ^ Index Name ^ Description ^ | ||
| Line 30: | Line 30: | ||
| | Variable Name | the index value based on the value of the variable (v9.0+). | | | Variable Name | the index value based on the value of the variable (v9.0+). | | ||
| - | :!: Note: Since the _Main_ | + | :!: Note: Since the // |
| - | * SCREEN(0) is always the _Main_ | + | * SCREEN(0) is always the // |
| - | * SCREEN(1) may or may not be the _Main_ | + | * SCREEN(1) may or may not be the // |
| - | * SCREEN(2+) may or may not be the _Main_ | + | * SCREEN(2+) may or may not be the // |
| - | The SCREEN | + | The SCREEN |
| * Left | * Left | ||
| Line 47: | Line 47: | ||
| * Index (v9.0+) | * Index (v9.0+) | ||
| - | The optional SCREEN | + | The optional SCREEN |
| - | For example SCREEN(Internal, | + | For example SCREEN(Internal, |
| SCREEN sizes and positions are in //nominal resolution pixels// (so a retina screen will typically have half as many nominal resolution pixels as raw pixels). | SCREEN sizes and positions are in //nominal resolution pixels// (so a retina screen will typically have half as many nominal resolution pixels as raw pixels). | ||
| Line 65: | Line 65: | ||
| ==== Functions ==== | ==== Functions ==== | ||
| - | * [[function:MENUBARHEIGHT|MENUBARHEIGHT()]] function | + | * [[MENUBARHEIGHT]] |
| - | * [[function:MOUSEBUTTON|MOUSEBUTTON()]] function | + | * [[MOUSEBUTTON]] |
| - | * [[function:MOUSEX|MOUSEX()]] function | + | * [[MOUSEX]] |
| - | * [[function:MOUSEY|MOUSEY()]] function | + | * [[MOUSEY]] |
| - | * [[function:SCREENCOUNT|SCREENCOUNT()]] function | + | * [[SCREENCOUNT]] |
| - | * [[function:WINDOW|WINDOW()]] function | + | * [[WINDOW]] |
| - | * [[function: | + | * [[WINDOWCOUNT]] |
| * [[: | * [[: | ||
function/SCREEN.1676616965.txt.gz · Last modified: by peternlewis
