I have a large amount of images drawn onto a screen, i need to detect when one is clicked. The problem i have is that different classes draw different images. I need certain mouse clicks to interact with certain classes. How can i do this? Should i create my own MouseHandler class? How will this talk to certain classes?
Thank you in advance