NativeSimpleWindowImplementation

Undocumented in source.
version(Windows)
mixin template NativeSimpleWindowImplementation () {
int curHidden;
__gshared static
bool[string] knownWinClasses;
static
bool altPressed;
HANDLE oldCursor;
int minWidth;
int minHeight;
int maxWidth;
int maxHeight;
HBITMAP buffer;
version(!without_opengl)
HGLRC ghRC;
version(!without_opengl)
HDC ghDC;
HANDLE currentCursor;
HWND hwnd;
}

Members

Variables

doLiveResizing
bool doLiveResizing;

If this is true, the live resize events will trigger all the size things as they drag. If false, those events only come when the size is complete; when the user lets go of the mouse button.

Meta