|
GetScreenType | ||
ScreenType = GetScreenType() | ||
Parameters: NONE | ||
Returns: ScreenType = The current type of the screen mode in use (Windowed/FullScreen) |
||
The GetScreenType() function returns the screen mode type in use. So you can check if the program is running in windowed or full screen mode, without having to keep track of this yourself. Available Screen Types 0 = No Display (not presently supported) 1 = Run Program in a window 2 = Full Screen Mode FACTS: * None Mini Tutorial: Read and display the current screen mode type.
Since PlayBASIC defaults to running programs in Windowed mode ( mode 1 ), this example will output.
|
Related Info: | GetScreenFocus | OpenScreen : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |