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