Skip to content

Renderer in fullScreen is not parsed #683

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
codeanticode opened this issue Apr 18, 2022 · 1 comment
Closed

Renderer in fullScreen is not parsed #683

codeanticode opened this issue Apr 18, 2022 · 1 comment

Comments

@codeanticode
Copy link
Contributor

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
Copy link
Contributor Author

Fixed with Processing 4.0b8 and this commit 0c52678

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant