25 #ifndef SFML_VIDEOMODE_H 26 #define SFML_VIDEOMODE_H 90 #endif // SFML_VIDEOMODE_H CSFML_WINDOW_API const sfVideoMode * sfVideoMode_getFullscreenModes(size_t *Count)
Retrieve all the video modes supported in fullscreen mode.
unsigned int bitsPerPixel
Video mode pixel depth, in bits per pixels.
CSFML_WINDOW_API sfBool sfVideoMode_isValid(sfVideoMode mode)
Tell whether or not a video mode is valid.
unsigned int width
Video mode width, in pixels.
CSFML_WINDOW_API sfVideoMode sfVideoMode_getDesktopMode(void)
Get the current desktop video mode.
sfVideoMode defines a video mode (width, height, bpp, frequency) and provides functions for getting m...
unsigned int height
Video mode height, in pixels.