Hey,
I'm trying to click inside a image that has a circle in it (its centered) with the mouse so i tried doing a circle using the sf::Shape and checking if the X,Y of the mouse is inside the X,Y of the circle but ofcourse it doesnt work (silly idea). How can I know if the Mouse is been clicked inside the circle?