SFML community forums
Help => Graphics => Topic started by: piotrekb on August 17, 2010, 12:18:15 pm
-
Hi
How can I get a list of available screen resolutions ? I looking for something like SDL_ListModes() in SDL.
-
Read this: http://www.sfml-dev.org/tutorials/1.6/window-window.php (About half way down - "Video Modes")
Also look here: http://www.sfml-dev.org/documentation/1.6/classsf_1_1VideoMode.htm
Have fun! :wink:
-
Thx :D