Wiki Page Content

Differences between revisions 6 and 7
Revision 6 as of 2010-10-09 00:25:54
Size: 656
Editor: SheenaSmith
Comment: update content - pointers, structs
Revision 7 as of 2010-10-18 03:33:24
Size: 652
Editor: SheenaSmith
Comment: update content - pointers, structs
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
||'''window'''||the SDL_Window to query|| ||'''window'''||the window to query||

SDL_GetWindowTitle

Use this function to get the title of a window.

Syntax

const char* SDL_GetWindowTitle(SDL_Window* window)

Function Parameters

window

the window to query

Return Value

Returns the title of the window in UTF-8 format or "" if there is no title.

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryVideo

None: SDL_GetWindowTitle (last edited 2010-10-18 03:33:24 by SheenaSmith)

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