Skip to content

Instantly share code, notes, and snippets.

@kontur
Created October 2, 2014 06:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kontur/0978d417a991312faa95 to your computer and use it in GitHub Desktop.
Save kontur/0978d417a991312faa95 to your computer and use it in GitHub Desktop.
Make a processing sketch run in fullscreen
boolean sketchFullScreen() {
return true;
}
void setup() {
size(displayWidth, displayHeight);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment