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

Author Topic: Getting a list of available screen resolutions  (Read 1829 times)

0 Members and 1 Guest are viewing this topic.

piotrekb

  • Newbie
  • *
  • Posts: 3
    • View Profile
Getting a list of available screen resolutions
« 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.

Walker

  • Full Member
  • ***
  • Posts: 181
    • View Profile
Getting a list of available screen resolutions
« Reply #1 on: August 17, 2010, 02:22:04 pm »
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:

piotrekb

  • Newbie
  • *
  • Posts: 3
    • View Profile
Getting a list of available screen resolutions
« Reply #2 on: August 17, 2010, 03:29:47 pm »
Thx  :D

 

anything