|
Size: 526
Comment: update formatting
|
Size: 524
Comment: update content - "the" to "a" window update
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 5: | Line 5: |
| Use this function to raise the window above other windows and set the input focus. | Use this function to raise a window above other windows and set the input focus. |
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 be raised |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
