I want to be able to select an object, when the user clicks on it.
But how can i identify the object, the user clicked on?
I guess i could simply test the mouse point against all my objects,
but that would be rather inefficient, i guess.
Does SFML offer some infrastructure to do that?
If not, what would be a good approach?
I'm using RenderWindow and i just have a purely 2D Environment,
in case that makes things easier.