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.

struct OSSingleton
@nogc nothrow
void
setWindowTitle
(
in String title
)

Meta