When I write the following code in Android mode, it instantly tells me: "The function "fullScreen()" does not exist".
void setup() { fullScreen(); }
When I do this in Java mode, it works. Any help?
When I write the following code in Android mode, it instantly tells me: "The function "fullScreen()" does not exist".
void setup() { fullScreen(); }
When I do this in Java mode, it works. Any help?