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 width = window width height = window height
Starts application message loop.
retrieves text from clipboard (when mouseBuffer == true, use mouse selection clipboard - under linux)
Returns the amount of multisamples. Returns 0 if no OpenGL support
check has clipboard text
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
handle theme change: e.g. reload some themed resources
open url in external browser
calls request layout for all windows
sets text to clipboard (when mouseBuffer == true, use mouse selection clipboard - under linux)
to set uiLanguage and themeId to default (en, theme_default) if not set yet
show directory or file in OS file manager (explorer, finder, etc...)
sets default icon for new created windows
gets default icon for new created windows
returns list of resource directories
set list of directories to load resources from
returns how dialogs should be displayed - as popup or window
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
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
Platform abstraction layer.
Represents application.