Hi,
In my game the player can click and put the mouse over on lots of objects.
I don´t want to attach a class to each object just to control the mouse.
I have a Manager class where all objects are declared.
How can I detect mouse is over or clicked using the manager class?
↧