Hi everybody, I have been trying to solve this issue and I dont get it. I'm using SFML 2.4 and when I use
sf::Mouse::getPosition(window).x)
or
sf::Mouse::getPosition().x)
or even
sf::Mouse::getPosition(window))
I always have the same result, 0.0000. I'll be very grateful if someone may help me.
(sorry my bad english,Im not native speaker)