SFML community forums

Help => Window => Topic started by: m0refi4 on April 23, 2010, 03:12:02 pm

Title: Maximize window and set minimum size?
Post by: m0refi4 on April 23, 2010, 03:12:02 pm
Hello,


Well the title says it,

is there a way to maxzimize the window?

And is there a way to set a minimum size of the window?

Havent found anything bout this, so any help is appreciated :)

greets
Title: Maximize window and set minimum size?
Post by: Laurent on April 23, 2010, 04:24:55 pm
No.

SFML is not a windowing API, so the related features are the most common ones. Use Qt or wxWidgets if you need more advanced features.