mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Reference, add more related functions to size()
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user