Size: 909
Comment: content changed
|
Size: 870
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 10: | Line 10: |
||Uint32||'''format'''||[[SDL_PixelFormatEnum]]; see [[#format|Remarks]] for details|| | ||Uint32||'''format'''||an enumerated pixel format; see [[SDL_PixelFormatEnum]] for details|| |
Line 13: | Line 13: |
||int||'''refresh_rate'''||refresh rate (or zero for unspecified)|| | ||int||'''refresh_rate'''||refresh rate or zero for unspecified(in Hz)|| |
Line 22: | Line 22: |
<<Anchor(format)>> An enumerated pixel format; see [[SDL_PixelFormatEnum]] for details. | ''You can add useful comments here'' |
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