SDL_DisplayMode
A structure that describes a display mode.
Data Fields
Uint32 |
format |
SDL_PixelFormatEnum; see Remarks for details |
int |
w |
width |
int |
h |
height |
int |
refresh_rate |
refresh rate (or zero for unspecified) |
void* |
driverdata |
driver-specific data, initialize to 0 |
Code Examples
You can add your code example here
Remarks
An enumerated pixel format; see SDL_PixelFormatEnum for details.
