25#ifndef SFML_VIDEOMODE_H
26#define SFML_VIDEOMODE_H
31#include <SFML/Window/Export.h>
55CSFML_WINDOW_API
sfVideoMode sfVideoMode_getDesktopMode(
void);
73CSFML_WINDOW_API
const sfVideoMode* sfVideoMode_getFullscreenModes(
size_t* count);
87CSFML_WINDOW_API sfBool sfVideoMode_isValid(
sfVideoMode mode);
sfVideoMode defines a video mode (width, height, bpp, frequency) and provides functions for getting m...
unsigned int width
Video mode width, in pixels.
unsigned int bitsPerPixel
Video mode pixel depth, in bits per pixels.
unsigned int height
Video mode height, in pixels.