Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2010-01-11 06:51:41
Size: 767
Editor: SheenaSmith
Comment: create page, add content
Revision 2 as of 2010-01-21 18:01:57
Size: 762
Editor: SheenaSmith
Comment: Update WindowID > Window*
Deletions are marked like this. Additions are marked like this.
Line 12: Line 12:
const char* SDL_GetWindowTitle(SDL_WindowID windowID) const char* SDL_GetWindowTitle(SDL_Window* window)
Line 16: Line 16:
||'''windowID'''||the window to be queried|| ||'''window'''||the window to be queried||

DRAFT

SDL_GetWindowTitle

Use this function to get the title of the window, in UTF-8 format.

Syntax

const char* SDL_GetWindowTitle(SDL_Window* window)

Function Parameters

window

the window to be queried

Return Value

The title of the window in UTF-8 format. What happens if it can't get the title or 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