Loading...
Logo
Processing Forum
Hi,

I've noticed that the register events mention here are now deprecated. Does anyone know the recommended usage of these commands in Processing 2.0?

I'd like to do things like PApplet.registerDraw(this), etc. It still works, in P2, but I wanted to see if there is recommended usage.

Thanks,
Brandt


Replies(1)

Found a solution here:


You simply use parent.registerMethod("pre", this), etc.