The following produces the error mentioned in the title:
void settings(){
//size(displayWidth, displayHeight, FX2D);
fullScreen(FX2D);
smooth();
}
I am using Processing 3.0, Android Mode.
Anybody knows why this error appears?
The following produces the error mentioned in the title:
void settings(){
//size(displayWidth, displayHeight, FX2D);
fullScreen(FX2D);
smooth();
}
I am using Processing 3.0, Android Mode.
Anybody knows why this error appears?