controlp5
controlp5 copied to clipboard
compiles with current processing
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
.