1
Graphics / Stopping resizing components on sf::RenderWindow Resizing
« on: December 09, 2014, 08:30:05 pm »
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?
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?