What do you mean by "Get your sf::View as a variable"?
The View from Window via getView()? Or do you mean a fresh View? How would I initialize that?
Everytime I move the View I have to set it with setView? Or can I move the view as much as I want once I've set it?
Edit:
I've tried setting a new View, but the Image is distorted.
I think that the default View in Window somehow gets initialized to my Desktop resolution (I'm running in fullscreen), but a new View gets some default resolution, resulting in a distorted Image. Initializing the View with the viewport from the view from window also didn't help.