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

Author Topic: VideoMode.GetMode() missing?  (Read 4314 times)

0 Members and 1 Guest are viewing this topic.

holyfuzz

  • Newbie
  • *
  • Posts: 1
    • View Profile
VideoMode.GetMode() missing?
« on: April 08, 2009, 02:46:27 pm »
Hi, I'm new to SFML and have started experimenting with it as an alternative to Tao SDL.

According to the C++ tutorials there are sf::VideoMode::GetModesCount() and sf::VideoMode::GetMode(i) static functions that I can call to get the available display modes, but I see no equivalent functions in SFML.Net. Am I missing something, or have these not been implemented?

Thanks.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
VideoMode.GetMode() missing?
« Reply #1 on: April 08, 2009, 06:31:07 pm »
They may be missing, it happens sometimes :)

I'll check this as soon as possible, thanks for your feedback.
Laurent Gomila - SFML developer

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
VideoMode.GetMode() missing?
« Reply #2 on: April 10, 2009, 04:05:55 pm »
It's fixed.
Laurent Gomila - SFML developer