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.