Set the window title, which is visible on the window manager title bar, operating system taskbar, etc.
auto window = new SimpleWindow(100, 100, "First title"); window.title = "A new title";
You may call this function at any time.
See Implementation
Set the window title, which is visible on the window manager title bar, operating system taskbar, etc.