controlp5 icon indicating copy to clipboard operation
controlp5 copied to clipboard

compiles with current processing

Open hchasens opened this issue 5 years ago • 0 comments

Line 846, now 847 _myApplet.setBounds( 0 , 0 , _myApplet.width , _myApplet.height ); would stop the class from compiling because PApplet.setBounds(int, int, int, int) is not a function in PApplete.java.

hchasens avatar Feb 10 '20 03:02 hchasens