|
arsa
2.7
|
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.
Definition at line 53 of file SDL_video.h.
| void* SDL_DisplayMode::driverdata |
driver-specific data, initialize to 0
Definition at line 59 of file SDL_video.h.
| Uint32 SDL_DisplayMode::format |
pixel format
Definition at line 55 of file SDL_video.h.
| int SDL_DisplayMode::h |
height, in screen coordinates
Definition at line 57 of file SDL_video.h.
| int SDL_DisplayMode::refresh_rate |
refresh rate (or zero for unspecified)
Definition at line 58 of file SDL_video.h.
| int SDL_DisplayMode::w |
width, in screen coordinates
Definition at line 56 of file SDL_video.h.
1.8.15