CrystalSpace

Public API Reference

Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Window manager flags
[AWS]


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...


Variable Documentation

const int AWSF_AlwaysEraseWindows = 1
 

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.)

Definition at line 74 of file aws.h.

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.

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.

Definition at line 82 of file aws.h.

const int AWSF_RaiseOnMouseOver = 4
 

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

Definition at line 88 of file aws.h.


Generated for Crystal Space by doxygen 1.2.14