processing / processing-android

Processing mode and core library to create Android apps with Processing
http://android.processing.org
779 stars 293 forks source link

Renderer in fullScreen is not parsed #683

Closed codeanticode closed 2 years ago

codeanticode commented 2 years ago

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)

codeanticode commented 2 years ago

Fixed with Processing 4.0b8 and this commit https://github.com/processing/processing-android/commit/0c52678303c5fddee1a6c212522aa1fe864a5bb5