Hi!
I'm developing a simple "map creator" tool, in which the end goal is to have multiple "menus" with "image icon" and then drag to the main window to "paint the map".
I'm having some problems in trying to identify the collision between the mouse::left button and "image icon" (sf::rectangleShape), because the collision use the mouse vs rectangle location based on the current window, but I need to do it based on the sf::View. How to proceed?
Another thing: for having "menus" in the window, I should open more sf::renderWindows and try to "attach" them to the main one?