Screen
 
 
 
 
Screen / Screen
 
 
CloseScreen Close the current screen
GetScreenHeight Get the height of the screen
GetScreenWidth Get the width of the screen
OpenScreen Set the display mode program will use
 
 
Screen / Windowed Screen Mode
 
 
CenterScreen Center the screens window on the desktop
GetScreenTitle$ Read the screens title bar string when in windowed mode
GetScreenXPos Get the current X position of the screen on the desk top
GetScreenYPos Get the current Y position of the screen on the desk top
PositionScreen Position the screens window manually
TitleScreen Sets the screens title bar when in windowed mode
 
 
Screen / Screen Application Icon
 
 
LoadScreenIcon Load a ICON for the PlayBASIC window
 
 
Screen / Frame Rate
 
 
FPS Get the current Frames (syncs) Per Second
GetFPS Get the current maximum Frames (syncs) Per Second
SetFPS Set the maximum Frames (syncs) Per Second
 
 
Screen / Vertical Beam
 
 
GetScreenVsync Get the current Vsyncing state
ScreenVSync Set the Screen to wait on vertical beam during sync refresh
 
 
Screen / Refresh
 
 
SwapScreen Showing the screen to the user
Sync Showing the screen to the user
 
 
Screen / System
 
 
GetDesktopHeight Get the height of the windows desktop
GetDesktopWidth Get the width of the windows desktop
GetScreenClose Check if the Close Gadget has been pressed
GetScreenDepth Get the Bit Depth (number of colours) of the screen
GetScreenFocus Check if the PlayBASIC Screen/Window has focus
GetScreenHandle Get the screens Window Handle
GetScreenType Get the type of the current screen
RenderToScreen Direct all drawing operations to the screen
ScreenModeExist Check if this computer display device has a required display mode
ScreenViewPort Set the clipping boundaries for an image
 
 


(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com