getScreenCount()
Returns the number of the connected screens.
Synopsis
int getScreenCount();
Parameters
Parameter | Description |
---|---|
none | - |
Return value
The function returns the number of the connected screens.
Error
Description
Returns the number of the connected screens.
Example
main()
{
DebugN(getScreenCount());
}
Assignment
Miscellaneous functions
Availability
UI