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