Skip to content

Commit 0fdfe4c

Browse files
committed
Reference, add more related functions to size()
1 parent 22ba745 commit 0fdfe4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/src/processing/core/PApplet.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2000,6 +2000,9 @@ public void fullScreen(String renderer, int display) {
20002000
* @param height height of the display window in units of pixels
20012001
* @see PApplet#width
20022002
* @see PApplet#height
2003+
* @see PApplet#setup()
2004+
* @see PApplet#settings()
2005+
* @see PApplet#fullscreen()
20032006
*/
20042007
public void size(int width, int height) {
20052008
// Check to make sure the width/height have actually changed. It's ok to

0 commit comments

Comments
 (0)