|
Size: 762
Comment: Update WindowID > Window*
|
Size: 663
Comment: update content (w/ Sam); remove 'draft' note
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 3: | Line 3: |
| ||<tablewidth="100%" style="color: #FF0000;" :> DRAFT|| | |
| Line 16: | Line 15: |
| ||'''window'''||the window to be queried|| | ||'''window'''||the window to query|| |
| Line 19: | Line 18: |
| The title of the window in UTF-8 format. ^What happens if it can't get the title or there is no title?^ | The title of the window in UTF-8 format or "" if there is no title. |
SDL_GetWindowTitle
Use this function to get the title of the window, in UTF-8 format.
Contents
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
