[TUTORIAL]Running Python Mode in VScode

I have not tested it (because I don’t have a second monitor right now), but see if fullscreen() would help:

https://py.processing.org/reference/fullScreen.html

fullScreen()
fullScreen(display)
fullScreen(renderer)
fullScreen(renderer, display)

Known issues: https://github.com/jdf/processing.py/issues/346

1 Like