Win32Platform

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

createWindow
Window createWindow(string windowCaption, Window parent)
Undocumented in source. Be warned that the author may not have intended to support it.
enterMessageLoop
int enterMessageLoop()
Undocumented in source. Be warned that the author may not have intended to support it.
getWindow
Win32Window getWindow(HWND hwnd)

returns window instance by HWND

onWindowCreated
void onWindowCreated(HWND hwnd, Win32Window window)

add window to window map

onWindowDestroyed
bool onWindowDestroyed(HWND hwnd, Win32Window window)

remove window from window map, returns true if there are some more windows left in map

registerWndClass
bool registerWndClass()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

windowCount
int windowCount [@property getter]

returns number of currently active windows

Inherited Members

From Platform

_instance
Platform _instance;
Undocumented in source.
setInstance
void setInstance(Platform instance)
Undocumented in source. Be warned that the author may not have intended to support it.
instance
Platform instance [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
createWindow
Window createWindow(string windowCaption, Window parent)
Undocumented in source.
enterMessageLoop
int enterMessageLoop()
Undocumented in source.

Meta