Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2009-12-05 20:29:01
Size: 771
Editor: SheenaSmith
Comment: create page, add content
Revision 2 as of 2009-12-05 20:34:28
Size: 836
Editor: SheenaSmith
Comment: changed format
Deletions are marked like this. Additions are marked like this.
Line 10: Line 10:
||Uint32 format||pixel format||
||int w||width||
||int h||height||
||int refresh_rate||refresh rate (or zero for unspecified)||
||void* driverdata||driver-specific data, initialize to 0||
||<)> ''Uint32''||''format''||pixel format||
||<)> ''int''||''w''||width||
||<)> ''int''||''h''||height||
||<)> ''int''||''refresh_rate''||refresh rate (or zero for unspecified)||
||<)> ''void*''||''driverdata''||driver-specific data, initialize to 0||

SDL_DisplayMode

The structure that defines a display mode.

Data Fields

Uint32

format

pixel format

int

w

width

int

h

height

int

refresh_rate

refresh rate (or zero 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


CategoryStruct

None: SDL_DisplayMode (last edited 2016-01-01 18:18:43 by PhilippWiesemann)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit