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