cannot pass a variable to the fullScreen() function

edited October 2016 in Programming Questions

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.

Sign In or Register to comment.