SFML community forums

Help => Graphics => Topic started by: kuraigu on February 10, 2018, 10:36:55 am

Title: Setting maximum/minimum size for window
Post by: kuraigu on February 10, 2018, 10:36:55 am
How do I prevent the user from resizing the window below the minimum size or above the maximum size?
Title: Re: Setting maximum/minimum size for window
Post by: eXpl0it3r on February 10, 2018, 10:45:46 am
Handle the resize event and adjust the window size accordingly.