|
⇤ ← Revision 1 as of 2009-11-19 21:54:58
Size: 586
Comment: create page, add content
|
Size: 609
Comment: related functions?
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 15: | Line 15: |
| ||'''mode'''|||| | ||'''mode'''||the desired display mode|| |
| Line 18: | Line 18: |
| Line 30: | Line 29: |
| .[[SDL_OtherFunction]] | .[[SDL_GetDisplayMode]] |
SDL_GetCurrentDisplayMode
Use this function to fill in information about the current display mode.
Contents
Syntax
int SDL_GetCurrentDisplayMode(SDL_DisplayMode* mode)
Function Parameters
mode |
the desired display mode |
Return Value
Information about the current display mode.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
