Py5Surface#

The Py5Surface object is the actual window py5 draws animations to.

Description#

The Py5Surface object is the actual window py5 draws animations to. You can use this to interact with the window and change some of its characteristics, such as the window title or location.

Underlying Processing class: PSurface

The following methods and fields are provided:

Updated on November 12, 2021 11:30:58am UTC