|
⇤ ← Revision 1 as of 2010-01-17 07:15:27
Size: 651
Comment: create page, add content
|
Size: 646
Comment: Update WindowID > Window*
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 12: | Line 12: |
| void SDL_MaximizeWindow(SDL_WindowID windowID) | void SDL_MaximizeWindow(SDL_Window* window) |
| Line 16: | Line 16: |
| ||'''windowID'''||the window to be maximized|| | ||'''window'''||the window to be maximized|| |
DRAFT |
SDL_MaximizeWindow
Use this function to make the window as large as possible.
Syntax
void SDL_MaximizeWindow(SDL_Window* window)
Function Parameters
window |
the window to be maximized |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
