HI,
I want to be able to perform an extended action once the mouse button is clicked (i.e. the mouse is clicked and I want to draw a circle), but the problem is that once the mouse button is released I want the circle to stay drawn (unless perhaps a different button : refresh, is hit then the circle can disappear) So the problem is that I am not sure what to wire to the case statement where the circle is drawn? Any suggestions of how to do this?