ensureWindowClass

Register the default window class on first use. Idempotent.

The class uses the master wndProc, redraws on resize (`CS_HREDRAW | CS_VREDRAW`), the standard arrow cursor and the system window background.

version(Windows)
void
ensureWindowClass
()

Meta