dlangui v0.0.7 (2014-04-18T05:43:18Z)
Home
Dub
Repo
Platform
dlangui
platforms
common
platform
Undocumented in source.
class
Platform {
static __gshared
Platform
_instance
;
static
void
setInstance
(Platform instance);
static
Platform
instance
[@property getter];
Window
createWindow
(string windowCaption, Window parent);
int
enterMessageLoop
();
}
Members
Functions
createWindow
Window
createWindow
(string windowCaption, Window parent)
Undocumented in source.
enterMessageLoop
int
enterMessageLoop
()
Undocumented in source.
Properties
instance
Platform
instance
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
setInstance
void
setInstance
(Platform instance)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
_instance
Platform
_instance
;
Undocumented in source.
Meta
Source
See Implementation
dlangui
platforms
common
platform
classes
Platform
Window
functions
setOpenglEnabled
mixin templates
APP_ENTRY_POINT
properties
openglEnabled