We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The PdePreprocessor in the Java mode is not parsing the renderer when the sketch is in fullscreen mode:
https://github.com/processing/processing4/blob/master/java/src/processing/mode/java/preproc/PdeParseTreeListener.java#L718
Current workaround is to use size(displayWidth, displayHeight, RENDERER) instead of fullScreen(RENDERER)
size(displayWidth, displayHeight, RENDERER)
fullScreen(RENDERER)