![]() |
Public API Reference |
Variables | |
const int | AWSF_AlwaysEraseWindows = 1 |
This flag makes the windowing system perform erases before drawing. More... | |
const int | AWSF_AlwaysRedrawWindows = 2 |
This flag makes the windowing system redraw every time, which is necessary when drawing to the screen context since this gets erased every frame by the engine. More... | |
const int | AWSF_RaiseOnMouseOver = 4 |
This flag makes windows come to the front solely by moving the mouse over them. More... |
|
This flag makes the windowing system perform erases before drawing. This slows the engine down somewhat, but is necessary in some circumstances (such as when using the single proctex mode as a surface, or to draw to the high level visible context.) |
|
This flag makes the windowing system redraw every time, which is necessary when drawing to the screen context since this gets erased every frame by the engine. Note that this flag is NOT necessary if the engine will not be drawing to the background with AWS. In other words, if AWS has complete control of the screen context. |
|
This flag makes windows come to the front solely by moving the mouse over them. If it is disabled then windows will only come to the front by having the mouse clicked in them |