|
⇤ ← Revision 1 as of 2010-01-17 07:21:40
Size: 640
Comment: create page, add content
|
Size: 635
Comment: Update WindowID > Window*
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 12: | Line 12: |
| void SDL_RaiseWindow(SDL_WindowID windowID) | void SDL_RaiseWindow(SDL_Window* window) |
| Line 16: | Line 16: |
| ||'''windowID'''||the window to be raised|| | ||'''window'''||the window to be raised|| |
DRAFT |
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
