Creates a window. Please note windows are created in a hidden state, so you must call show or loop to get it to display.
See Implementation
Prior to May 12, 2021, the default title was "D Application" (simpledisplay.d's default). After that, the default is Runtime.args[0] instead.
The width and height arguments were added to the overload that takes string first on June 21, 2021.
Creates a window. Please note windows are created in a hidden state, so you must call show or loop to get it to display.