Screen
The Screen is the base object for any pyDraw program, and can perform a variety of different tasks.
Initialization
screen = Screen(800, 600)
screen = Screen(800, 600, 'Title')Title
screen.title(title)Size
screen.width()
screen.height()screen.resize(width, height)Locations
Color
Background Image
Input
Example
InputScene Change
SceneAlert
Text Input (Prompt)
Mouse Location
Screen Capture
Updating and Clearing
Reset
Sleeping and Delay
Removing Objects
Objects List
Check if an Object Exists
Grids and Helpers
Last updated