You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if mouse events were automatically passed so that many interactive sketches would "just work". Is this doable, or can we make it simpler at least?
The text was updated successfully, but these errors were encountered:
I believe you will find this functionality commented out in Process.java. You will also need to register the events in the process constructor if the process is the head node.
Hey Brandt I'm taking a look at this now. Did you test it, or did you stop before you got it working?
—
Reply to this email directly or view it on GitHub.
The class mpe.Process is incompatible with Processing 2.0.
A library (or other code) is using registerMouseEvent() which is no longer available.
Stopping the sketch because this code will not work correctly with OpenGL.
It looks like you have both the deprecated syntax and the new syntax in the listener registration code:
It would be nice if mouse events were automatically passed so that many interactive sketches would "just work". Is this doable, or can we make it simpler at least?
The text was updated successfully, but these errors were encountered: