sfVideoMode defines a video mode (width, height, bpp, frequency) and provides functions for getting modes supported by the display device More...
#include <VideoMode.h>
Data Fields | |
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. | |
sfVideoMode defines a video mode (width, height, bpp, frequency) and provides functions for getting modes supported by the display device
Definition at line 40 of file VideoMode.h.
unsigned int sfVideoMode::bitsPerPixel |
Video mode pixel depth, in bits per pixels.
Definition at line 44 of file VideoMode.h.
unsigned int sfVideoMode::height |
Video mode height, in pixels.
Definition at line 43 of file VideoMode.h.
unsigned int sfVideoMode::width |
Video mode width, in pixels.
Definition at line 42 of file VideoMode.h.