Wiki Page Content

Differences between revisions 5 and 6
Revision 5 as of 2010-09-18 03:41:43
Size: 524
Editor: SheenaSmith
Comment: update content - "the" to "a" window update
Revision 6 as of 2010-10-09 03:56:12
Size: 528
Editor: SheenaSmith
Comment: update content - pointers, structs
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
||'''window'''||the window to be raised|| ||'''window'''||the SDL_Window to be raised||

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 SDL_Window to be raised

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryVideo

None: SDL_RaiseWindow (last edited 2010-10-18 03:30:16 by SheenaSmith)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit