createWindow

Factory function to create windows. The window is allocated with mallocEmplace and should be destroyed with destroyFree.

nothrow @nogc
createWindow

Return Value

Type: IWindow

null if this backend isn't available on this platform. Note: controlInfo is only used by Carbon + AU, can be null otherwise

Meta