25 #ifndef SFML_VIDEOMODE_HPP
26 #define SFML_VIDEOMODE_HPP
31 #include <SFML/Config.hpp>
60 VideoMode(
unsigned int ModeWidth,
unsigned int ModeHeight,
unsigned int ModeBpp = 32);
80 static VideoMode GetMode(std::size_t Index);
88 static std::size_t GetModesCount();
106 bool operator ==(
const VideoMode& Other)
const;
116 bool operator !=(
const VideoMode& Other)
const;
130 static void InitializeModes();
136 #endif // SFML_VIDEOMODE_HPP
VideoMode defines a video mode (width, height, bpp, frequency) and provides static functions for gett...
unsigned int Width
Video mode width, in pixels.
unsigned int Height
Video mode height, in pixels.
unsigned int BitsPerPixel
Video mode pixel depth, in bits per pixels.