I want to make a game in fullscreen mode. And this game can to be played in normals or in wide screens. The game is a side-scrolling game. If the monitor is a widescreen(16:9), the game will display a larger map area. And if is a normal screen(4:3), the game will display a smaller area. In SDL I can to use SDL_ListModes() for list which modes are supported in gamer's screen. I want to do this in sfml. I want to list supported resolutions for choose one in this list. SDL_ListModes() returns a array of Rects. Rect->h and Rect->w is a supported resolution.