jdf / Processing.py-Bugs

A home for all bugs and feature requests about Python Mode for the Processing Development Environment.
41 stars 8 forks source link

4.01 mouseReleased() fails to restart stopped draw #368

Closed Gyroglm closed 1 year ago

Gyroglm commented 1 year ago

Example code from reference page def mousePressed(): noLoop() def mouseReleased(): loop()

Pressing mouse stops display, but release fails to restart it.

Gyroglm commented 1 year ago

This was a noob error. Sorry