This commit is contained in:
Adam D. Ruppe 2021-02-08 22:07:50 -05:00
parent da73ad7a15
commit 9264dea9a6
1 changed files with 5 additions and 0 deletions

View File

@ -1505,6 +1505,11 @@ class SimpleWindow : CapableOfHandlingNativeEvent, CapableOfBeingDrawnUpon {
this(size.width, size.height, title, opengl, resizable);
}
/// ditto
this(Size size, string title, Resizability resizable, OpenGlOptions opengl = OpenGlOptions.no) {
this(size, title, opengl, resizable);
}
/++
Creates a window based on the given [Image]. It's client area