Skip to content

Instantly share code, notes, and snippets.

@kontur
Created October 2, 2014 06:30

Revisions

  1. kontur created this gist Oct 2, 2014.
    7 changes: 7 additions & 0 deletions Fullscreen
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    boolean sketchFullScreen() {
    return true;
    }

    void setup() {
    size(displayWidth, displayHeight);
    }