diff --git a/core/src/processing/core/PApplet.java b/core/src/processing/core/PApplet.java index 1cd75bd41..f2b39b0c2 100644 --- a/core/src/processing/core/PApplet.java +++ b/core/src/processing/core/PApplet.java @@ -1870,8 +1870,9 @@ public class PApplet implements PConstants { /** - * @param display the screen to run the sketch on (1, 2, 3, etc.) + * @param display the screen to run the sketch on (1, 2, 3, etc. or on multiple screens using SPAN) */ + public void fullScreen(String renderer, int display) { if (!fullScreen || !renderer.equals(this.renderer) ||