Window

Undocumented in source.

Constructors

this
this(HWND hwnd)
Undocumented in source.

Members

Functions

OnPaint
void OnPaint(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void draw(Context ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
process
LRESULT process(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

backBuffer
PaintBuffer backBuffer;
Undocumented in source.
foreBuffer
PaintBuffer foreBuffer;
height
int height;
Undocumented in source.
hwnd
HWND hwnd;
Undocumented in source.
needsRedraw
bool needsRedraw;
Undocumented in source.
ps
PAINTSTRUCT ps;
Undocumented in source.
width
int width;
Undocumented in source.

Meta