|
⇤ ← Revision 1 as of 2009-11-19 22:06:43
Size: 583
Comment: create page, add content
|
Size: 627
Comment: add categories
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 30: | Line 30: |
---- [[CategoryAPI]], [[CategoryVideo]] |
SDL_GetDesktopDisplayMode
Use this function to fill in information about the desktop display mode for the current display.
Contents
Syntax
int SDL_GetDesktopDisplayMode(SDL_DisplayMode* mode)
Function Parameters
mode |
points to the current display mode |
Return Value
Code Examples
You can add your code example here
Remarks
You can add useful comments here
