I have certain components - mostly sf::Shape, sf::Text and sf::Sprite which automatically get scaled and stretched out when sf::RenderWindow is resized/maximised.
I would like to stop the auto-resizing of these components i.e. even if the window size changes, I would like shapes, texts and textures to be of the same shape and size. Is it possible to achieve this in anyway?