close window
create window Args: windowCaption = window caption text parent = parent Window, or null if no parent flags = WindowFlag bit set, combination of Resizable, Modal, Fullscreen
Starts application message loop.
retrieves text from clipboard (when mouseBuffer == true, use mouse selection clipboard - under linux)
check has clipboard text
register DSFML window created outside dlangui
calls request layout for all windows
sets text to clipboard (when mouseBuffer == true, use mouse selection clipboard - under linux)
create window Args: windowCaption = window caption text parent = parent Window, or null if no parent flags = WindowFlag bit set, combination of Resizable, Modal, Fullscreen width = window width height = window height
OpenGL context major version. Note: if the version is invalid or not supported, this value will be set to supported one.
OpenGL context minor version. Note: if the version is invalid or not supported, this value will be set to supported one.
OpenGL multisamples amount. Note: 0, 2, 4, 8, or 16 are accepted. TODO: Not supported on Linux
Returns the amount of multisamples. Returns 0 if no OpenGL support
close window
Starts application message loop.
check has clipboard text
retrieves text from clipboard (when mouseBuffer == true, use mouse selection clipboard - under linux)
sets text to clipboard (when mouseBuffer == true, use mouse selection clipboard - under linux)
calls request layout for all windows
returns true if there is some modal window opened above this window, and this window should not process mouse/key input and should not allow closing
returns currently selected UI language code
set UI language (e.g. "en", "fr", "ru") - will relayout content of all windows if language has been changed
sets application UI theme - will relayout content of all windows if theme has been changed
to set uiLanguage and themeId to default (en, theme_default) if not set yet
returns how dialogs should be displayed - as popup or window
returns list of resource directories
set list of directories to load resources from
open url in external browser
show directory or file in OS file manager (explorer, finder, etc...)
handle theme change: e.g. reload some themed resources
sets default icon for new created windows
gets default icon for new created windows
Platform abstraction layer.
Represents application.