Wiki Page Content

Differences between revisions 3 and 4
Revision 3 as of 2010-08-29 23:28:18
Size: 663
Editor: SheenaSmith
Comment: update content (w/ Sam); remove 'draft' note
Revision 4 as of 2010-09-18 02:18:58
Size: 644
Editor: SheenaSmith
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 get the title of the window, in UTF-8 format. Use this function to get the title of a window.

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

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