Window.title

Wraps SDL_SetWindowTitle which sets a new title to the window

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

Parameters

newTitle string

string of the new title

Meta