We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello,
I want to know if the function fullScreen() works on Python Mode because it's missing on the reference page.
Thanks
...untested, but I'm seeing several mentions of fullscreen in the Python Mode sourcecode:
The note at the top of the preprocessor implies it is supported:
- https://github.com/jdf/processing.py/blob/master/runtime/src/jycessing/pyde_preprocessor.py
Thanks for your answer. Have a good day
I found that you can say : size(width,height) and then fullScreen(True)
size(width,height)
fullScreen(True)
Answers
...untested, but I'm seeing several mentions of fullscreen in the Python Mode sourcecode:
The note at the top of the preprocessor implies it is supported:
- https://github.com/jdf/processing.py/blob/master/runtime/src/jycessing/pyde_preprocessor.py
Thanks for your answer. Have a good day
I found that you can say :
size(width,height)
and thenfullScreen(True)