Hello,
Example:
When i used sf::Mouse::getPosition(), it returned the vector 200, 200
After i used an view.move(10, 20), after this i used again sf::Mouse::getPosition() and it returned the vector 210, 230.
I'm using sfml-tmxloader to use Tiled maps, this can affect this?
Thanks