Wiki Page Content

Revision 1 as of 2010-01-11 06:51:41

Clear message

DRAFT

SDL_GetWindowTitle

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

Syntax

const char* SDL_GetWindowTitle(SDL_WindowID windowID)

Function Parameters

windowID

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

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