SimpleWindow.this
- this(int width, int height, string title, OpenGlOptions opengl, Resizability resizable, WindowTypes windowType, int customizationFlags, SimpleWindow parent)
- this(int width, int height, string title, Resizability resizable, OpenGlOptions opengl, WindowTypes windowType, int customizationFlags, SimpleWindow parent)
- this(Size size, string title, OpenGlOptions opengl, Resizability resizable)
- this(Size size, string title, Resizability resizable, OpenGlOptions opengl)
- this(Image image, string title)
- this(NativeWindowHandle nativeWindow)
arsd simpledisplay SimpleWindow
constructorsfunctionsmixinspropertiesstatic variablesvariables
Wraps a native window handle with very little additional processing - notably no destruction this is incomplete so don't use it for much right now. The purpose of this is to make native windows created through the low level API (so you can use platform-specific options and other details SimpleWindow does not expose) available to the event loop wrappers.