sfVideoMode Struct Reference
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.
|
Detailed Description
sfVideoMode defines a video mode (width, height, bpp, frequency) and provides functions for getting modes supported by the display device
Definition at line 39 of file VideoMode.h.
Field Documentation
Video mode pixel depth, in bits per pixels.
Definition at line 43 of file VideoMode.h.
Video mode height, in pixels.
Definition at line 42 of file VideoMode.h.
Video mode width, in pixels.
Definition at line 41 of file VideoMode.h.
The documentation for this struct was generated from the following file: