|
Size: 589
Comment: update content (w/ Sam); remove 'draft' note
|
Size: 587
Comment: update content - "the" to "a" window update
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 5: | Line 5: |
| Use this function to make the window as large as possible. | Use this function to make a window as large as possible. |
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 be maximized |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
