|
Size: 553
Comment: update content (w/ Sam); remove 'draft' note
|
Size: 526
Comment: update formatting
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 25: | Line 25: |
| == Related Functions == |
SDL_RaiseWindow
Use this function to raise the window above other windows and set the input focus.
Syntax
void SDL_RaiseWindow(SDL_Window* window)
Function Parameters
window |
the window to be raised |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
