Window.this
- this(string title = "D2DGame", uint flags = WindowFlags.Default, DynLibs dynamicLibs = DynLibs.all)
- this(int width, int height, string title = "D2DGame", uint flags = WindowFlags.Default, DynLibs dynamicLibs = DynLibs.all)
class Window
this
(
,,,uint flags = WindowFlags.Default , )
- this(int x, int y, int width, int height, string title, uint flags = WindowFlags.Default, DynLibs dynamicLibs = DynLibs.all)
d2dwindowwindowWindow
constructorsfunctionspropertiesstatic variables
Creates a new centered window with specified dimensions, title and flags.