We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Whenever I use the resize handles after calling surface.setResizable(true);, it erases all that is currently drawn on the screen and ends all currently running loops. How do I keep resizing from ending my current loops?
resize in setup()
No I meant that if I wanted to manually resize the window by clicking on the handle and dragging that it would break my draw() loop
Answers
resize in setup()
No I meant that if I wanted to manually resize the window by clicking on the handle and dragging that it would break my draw() loop