Using sf::View and sf::Mouse::getPosition(window) does not work together.
I get false values with sf::Mouse::getPosition(window).
I think it is because my view and my window does not have the same size.
And I cannot use window.getGlobalBounds().contains(sf::Mouse::getPosition(window)) too
because of this.
How to fix this?