|
Size: 870
Comment:
|
Size: 871
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 13: | Line 13: |
| ||int||'''refresh_rate'''||refresh rate or zero for unspecified(in Hz)|| | ||int||'''refresh_rate'''||refresh rate or zero for unspecified (in Hz)|| |
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 or zero for unspecified (in Hz) |
void* |
driverdata |
driver-specific data, initialize to 0 |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
