Public Member Functions | Public Attributes

CGuiManager Class Reference

Inherits IGuiManager.

Inherited by CAutowall, and CCrtypePlugin.

List of all members.

Public Member Functions

void RegisterControl (IControl@ control)
void Draw ()
void Update ()
bool MouseDown (int click)
bool MouseUp (int click)
void MouseMove (int x, int y)
bool KeyDown (uint8 key)
bool KeyUp (uint8 key)
bool AnyVisible ()

Public Attributes

array< IControl@> windows

Member Function Documentation

void RegisterControl ( IControl control  ) 

Implements IGuiManager.

void Draw (  ) 

Reimplemented in CAutowall.

void Update (  ) 
bool MouseDown ( int  click  ) 

Reimplemented in CAutowall.

bool MouseUp ( int  click  ) 

Reimplemented in CAutowall.

void MouseMove ( int  x,
int  y 
)

Reimplemented in CAutowall.

bool KeyDown ( uint8  key  ) 

Reimplemented in CAutowall.

bool KeyUp ( uint8  key  ) 

Reimplemented in CAutowall.

bool AnyVisible (  ) 

Member Data Documentation

array<IControl@> windows