SDL_GetWindowTitle

Get the title of a window.

extern (C) nothrow @nogc extern
const(char)*
SDL_GetWindowTitle

Parameters

window SDL_Window*

the window to query.

Return Value

Type: const(char)*

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

Threadsafety: This function should only be called on the main thread.

See Also

Meta