$ 0 0 Is it possible to use something like this? void setup(){ if (OS == "Android"){ fullScreen(); } else size(400, 400); } ...