I posted this on beginners but don’t seem to get an answer… so sorry for re-posting it here!
I’m trying to figure out how events work, but cannot find any reference to it…
I created a Circle Class that I instatiated in testApp, but now I want to use mouse events in them.
I tried addListener but didn’t manage to figure out how it works…
In testApp methods (draw…update…mousePressed…etc) I added circ[i]->draw() … etc. to make it work