|
Size: 635
Comment: Update WindowID > Window*
|
Size: 553
Comment: update content (w/ Sam); remove 'draft' note
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 3: | Line 3: |
| ||<tablewidth="100%" style="color: #FF0000;" :> DRAFT|| | |
| Line 27: | Line 26: |
| .[[SDL_OtherFunction]] |
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
