|
||
TTextAttribute
Defines a set of text attributes used for consoles that support colour.
CColorConsoleBase::SetTextAttribute(TTextAttribute)
Sets the text attribute as defined by TTextAttribute.
|
const TInt KDefaultConsWidth=78;
Defines a default console width that can be used when creating a console.
CConsoleBase::Create(const TDesC &,TSize)
Creates a new console window.const TInt KDefaultConsHeight=18;
Defines a default console height that can be used when creating a console.
CConsoleBase::Create(const TDesC &,TSize)
Creates a new console window.const TInt KConsFullScreen=-1;
Implies a full size screen console when passed as the width and height values when creating a console.
CConsoleBase::Create(const TDesC &,TSize)
Creates a new console window.