|
Size: 528
Comment: update content - pointers, structs
|
← Revision 7 as of 2010-10-18 03:30:16 ⇥
Size: 520
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 raised|| | ||'''window'''||the window to raise|| |
SDL_RaiseWindow
Use this function to raise a window above other windows and set the input focus.
Syntax
void SDL_RaiseWindow(SDL_Window* window)
Function Parameters
window |
the window to raise |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
