Currently, I'm using SFML 3.0.0 and it seems that I can't do
sf::Mouse mouse;
anymore, does this mean any time I want to call a method such as mouse.getPosition() I will need to call sf::Mouse::getPosition() instead?
Is there any alternative?
Thanks!