const TInt | KDefaultConsWidth |
Defines a default console width that can be used when creating a console.
See also: CConsoleBase::Create()
const TInt | KDefaultConsHeight |
Defines a default console height that can be used when creating a console.
See also: CConsoleBase::Create()
const TInt | KConsFullScreen |
Implies a full size screen console when passed as the width and height values when creating a console.
See also: CConsoleBase::Create()
Defines a set of text attributes used for consoles that support colour.
See also: CColorConsoleBase::SetTextAttribute().
Enumerator | Value | Description |
---|---|---|
ETextAttributeNormal |
Defines the normal text attribute. | |
ETextAttributeBold |
Defines the bold text attribute. | |
ETextAttributeInverse |
Defines the inverse text attribute. | |
ETextAttributeHighlight |
Defines the highlight text attribute. |