SDL_HideWindow
Use this function to hide a window.
Syntax
void SDL_HideWindow(SDL_Window* window)
Function Parameters
window |
the window to hide |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Use this function to hide a window.
void SDL_HideWindow(SDL_Window* window)
window |
the window to hide |
You can add your code example here
You can add useful comments here
None: SDL_HideWindow (last edited 2010-10-18 03:33:04 by SheenaSmith)