Inquire about a standard overscan region.
Source position: intuition.pas line 4147
function QueryOverscan( |
displayID: LongWord; |
rect: pRectangle; |
oScanType: LongInt |
):LongInt; |
displayID |
|
ID to be queried |
rect |
|
Pointer to struct Rectangle to store result |
oScanType |
|
Overscan type OSCAN_* |
0 (False) if the MonitorSpec your NewScreen requests does not exist. Non-zero (True) if it does.
This function fills in a rectangle with one of the system overscan dimensions, scaled appropriately for the mode of the DisplayID it is passed.
System overscan values for OScanType:
|
Open an Intuition screen |