dlangui.platforms.dsfml.dsfmlapp

Undocumented in source.

Public Imports

dlangui.core.config
public import dlangui.core.config;
Undocumented in source.

Members

Classes

DSFMLPlatform
class DSFMLPlatform

Platform abstraction layer.

DSFMLWindow
class DSFMLWindow

Window abstraction layer. Widgets can be shown only inside window.

Functions

UIAppMain
int UIAppMain(string[] args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
initDSFMLApp
void initDSFMLApp()
Undocumented in source. Be warned that the author may not have intended to support it.
uninitDSFMLApp
void uninitDSFMLApp()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

dsfmlPlatform
DSFMLPlatform dsfmlPlatform [@property getter]

shortcut to current DSFMLPlatform instance

Meta