FormoshlepPlatform

Undocumented in source.

Members

Functions

closeWindow
void closeWindow(Window w)
Undocumented in source. Be warned that the author may not have intended to support it.
createWindow
Window createWindow(dstring windowCaption, Window parent, uint flags, uint width, uint height)
Undocumented in source. Be warned that the author may not have intended to support it.
enterMessageLoop
int enterMessageLoop()

Starts application message loop.

getClipboardText
dstring getClipboardText(bool mouseBuffer)
Undocumented in source. Be warned that the author may not have intended to support it.
handleRequest
void handleRequest(HTTPServerRequest req, HTTPServerResponse res)
Undocumented in source. Be warned that the author may not have intended to support it.
hasClipboardText
bool hasClipboardText(bool mouseBuffer)
Undocumented in source. Be warned that the author may not have intended to support it.
httpServerSettings
void httpServerSettings(HTTPServerSettings s)
Undocumented in source. Be warned that the author may not have intended to support it.
requestLayout
void requestLayout()
Undocumented in source. Be warned that the author may not have intended to support it.
setClipboardText
void setClipboardText(dstring text, bool mouseBuffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta