My Project
|
The structure that defines a display mode. More...
#include <SDL_video.h>
Data Fields | |
Uint32 | format |
int | w |
int | h |
int | refresh_rate |
void * | driverdata |
The structure that defines a display mode.
void* driverdata |
driver-specific data, initialize to 0
Uint32 format |
pixel format
int h |
height, in screen coordinates
int refresh_rate |
refresh rate (or zero for unspecified)
int w |
width, in screen coordinates