We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hello, I need to call the fullScreen function, in the setup, with the value of a variable (1 or 2). You can't do it. And you can't even make an "if then" selecting fullScreen(1) or fullScreen(2). It looks like the fullScreen function is NOT a real function, but a sort of macro... So now I must to compile TWO different applications, one if I want to use screen 1 and one for the screen 2. Sorry, but It's just ridicolous.
Answers
https://Processing.org/reference/settings_.html
Thanks.