RenderWindow.setTitle

Change the title of the window

  1. void setTitle(const(char)[] newTitle)
  2. void setTitle(const(wchar)[] newTitle)
  3. void setTitle(const(dchar)[] newTitle)
    class RenderWindow
    override
    void
    setTitle
    (
    const(dchar)[] newTitle
    )

Parameters

newTitle const(dchar)[]

New title

Meta