|
Size: 591
Comment: update content - pointers, structs
|
← Revision 6 as of 2010-10-18 03:32:40 ⇥
Size: 583
Comment: update content - pointers, structs
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 15: | Line 15: |
| ||'''window'''||the SDL_Window to be maximized|| | ||'''window'''||the window to maximize|| |
SDL_MaximizeWindow
Use this function to make a window as large as possible.
Syntax
void SDL_MaximizeWindow(SDL_Window* window)
Function Parameters
window |
the window to maximize |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
