Window.title

Wraps SDL_GetWindowTitle which gets the shown title of the window

  1. string title()
    class Window
    const @property @trusted
    string
    title
    ()
  2. void title(string newTitle)

Return Value

Type: string

title string of the window

Meta