e32cons.h File Reference

KDefaultConsWidth

const TIntKDefaultConsWidth

Defines a default console width that can be used when creating a console.

See also: CConsoleBase::Create()

KDefaultConsHeight

const TIntKDefaultConsHeight

Defines a default console height that can be used when creating a console.

See also: CConsoleBase::Create()

KConsFullScreen

const TIntKConsFullScreen

Implies a full size screen console when passed as the width and height values when creating a console.

See also: CConsoleBase::Create()

Enum TTextAttribute

Defines a set of text attributes used for consoles that support colour.

See also: CColorConsoleBase::SetTextAttribute().

EnumeratorValueDescription
ETextAttributeNormal

Defines the normal text attribute.

ETextAttributeBold

Defines the bold text attribute.

ETextAttributeInverse

Defines the inverse text attribute.

ETextAttributeHighlight

Defines the highlight text attribute.

NewConsole ( )

IMPORT_C TAny *NewConsole()