From 0fdfe4c711729f6b1c2b424269149476011511c1 Mon Sep 17 00:00:00 2001 From: REAS Date: Thu, 25 Jul 2019 14:56:54 -0700 Subject: [PATCH] Reference, add more related functions to size() --- core/src/processing/core/PApplet.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/src/processing/core/PApplet.java b/core/src/processing/core/PApplet.java index 35c3f848c..825089023 100644 --- a/core/src/processing/core/PApplet.java +++ b/core/src/processing/core/PApplet.java @@ -2000,6 +2000,9 @@ public class PApplet implements PConstants { * @param height height of the display window in units of pixels * @see PApplet#width * @see PApplet#height + * @see PApplet#setup() + * @see PApplet#settings() + * @see PApplet#fullscreen() */ public void size(int width, int height) { // Check to make sure the width/height have actually changed. It's ok to