Size: 895
Comment: added header-specific Category link
|
Size: 889
Comment: update formatting - categories
|
Deletions are marked like this. | Additions are marked like this. |
Line 34: | Line 34: |
[[CategoryStruct]], [[CategoryVideoStruct]] | [[CategoryStruct]], [[CategoryVideo]] |
SDL_DisplayMode
A structure that describes a display mode.
Data Fields
Uint32 |
format |
an enumerated pixel format; see SDL_PixelFormatEnum for details |
int |
w |
width |
int |
h |
height |
int |
refresh_rate |
refresh rate (in Hz), or 0 for unspecified |
void* |
driverdata |
driver-specific data, initialize to 0 |
Code Examples
You can add your code example here
Remarks
You can add useful comments here