SFML community forums

Bindings - other languages => DotNet => Topic started by: holyfuzz on April 08, 2009, 02:46:27 pm

Title: VideoMode.GetMode() missing?
Post by: holyfuzz 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.
Title: VideoMode.GetMode() missing?
Post by: Laurent 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.
Title: VideoMode.GetMode() missing?
Post by: Laurent on April 10, 2009, 04:05:55 pm
It's fixed.