Function OSSingleton.setWindowTitle

Sets the window title to the specified string. Note: This should be used sporadically. Don't set this every frame, as that will negatively affect performance on some window managers. Note: This method is implemented on HTML5, Linux, macOS and Windows.

void setWindowTitle (
  const(String) title
) nothrow @nogc;