I have a view used to draw the black bar at the bottom. I want that black bar to have a fixed size, and to always be in the bottom-center of the window. By default, the window size is as such, and everything is fine:
What I WANT to happen when I increase the size of the screen is have the black bar remain the same size:
But instead, the black bar scales to the new window size (due to SFML viewports being defined as a ratio of the screen) and this happens:
Is there a solution for this, or is it impossible due to the way SFML's viewports work?