Win32WindowManager

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

findWindow
Win32Window findWindow(string title)
Undocumented in source. Be warned that the author may not have intended to support it.
getCursorPos
long[2] getCursorPos()
Undocumented in source. Be warned that the author may not have intended to support it.
getInstance
HINSTANCE getInstance()
Undocumented in source. Be warned that the author may not have intended to support it.
isKeyDown
bool isKeyDown(Keyboard.key key)
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load()
Undocumented in source. Be warned that the author may not have intended to support it.
processEvents
void processEvents()
Undocumented in source. Be warned that the author may not have intended to support it.
systemWindows
Window[] systemWindows()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

appInstance
HINSTANCE appInstance;
Undocumented in source.
wglChoosePixelFormatARB
T_wglChoosePixelFormatARB wglChoosePixelFormatARB;
Undocumented in source.
wglCreateContextAttribsARB
T_wglCreateContextAttribsARB wglCreateContextAttribsARB;
Undocumented in source.
windowClass
WNDCLASSW windowClass;
Undocumented in source.

Inherited Members

From BaseWindowManager

activeWindow
Window activeWindow;
Undocumented in source.
windows
List!Window windows;
Undocumented in source.
add
void add(Window window)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
void remove(Window window)
Undocumented in source. Be warned that the author may not have intended to support it.
hasActiveWindows
bool hasActiveWindows()
Undocumented in source. Be warned that the author may not have intended to support it.
active
Window active()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta