Hello Guys,
I’m trying to do the following:
- I’m drawing some circle by clicking with the mouse
- I have a rect with a given coordinates
- I’d like to move the rect with the keyboard
Every time I’m moving the rect the old ones are still visible. If I put a background this solve the problem, but this way the circles are dissapearing.
How can I move the rect withouth deleting the circles?
Thanks for your answers!