Hello, i need to get real mouse coordinates - coordinates relatively to SFML world - no to the window.
This is problem when I use views - I actually can calculate this using view.get...();
But when I use rotation of views, zoom, Im mooving with that view and so on... Its starting to be complicated...
Is there way to get mouse real coordinates directly (easily)?
Thanks for answers.