Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - akash_pradhan

Pages: [1]
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?

Pages: [1]