Window.this
- this(string title, SDL_WindowFlags flags)
class Window
this
()
(,SDL_WindowFlags flags = WindowFlags.Default ) - this(string title, SDL_WindowFlags flags, DynLibs dynamicLibs)
- this(int width, int height, string title, SDL_WindowFlags flags)
- this(int x, int y, int width, int height, string title, SDL_WindowFlags flags)
d2d window window Window
constructorsdestructorsfunctionspropertiesstatic variables
Creates a new centered window with specified title and flags on a 800x480 resolution.