mojo
:
mojo.app
.
Window
.New
Method New:Void( title:
String
="Window",width:
Int
=640,height:
Int
=480,flags:
WindowFlags
=Null )
Method New:Void( title:
String
,rect:
std.geom.Recti
,flags:
WindowFlags
=Null )
Creates a new window.