window.create(sf::VideoMode(x, y), "SFML window", sf::Style::Resize, 0);
I don't understand why people seem to think, that setting something specifically will remove it? ???window.create(sf::VideoMode(x, y), "SFML window", sf::Style::Resize, 0);
I don't understand why people seem to think, that setting something specifically will remove it? ???window.create(sf::VideoMode(x, y), "SFML window", sf::Style::Resize, 0);
You're not the first one asking this, but it might be interesting to hear why you thought it would prevent resizing by setting the resize property?
Maybe Laurent can make it clearer in the documentation/tutorial (or haven't you taken a look those?).
Btw. for posting code, don't use the quote tag, but use the code=cpp tag. ;)
Maybe Laurent can make it clearer in the documentation/tutorial (or haven't you taken a look those?).I don't think that helps for people who prefer reading posts with "^_^" and other "cool" slang instead of the API documentation. But at least Elfayer has searched the forum, which is already much better than a lot of other people. But he should also have looked at the documentation, before the forum...
sf::RenderWindow App ( sf::VideoMode (500,500) , "SFML App" , sf::Style::Close) ;