Inherits IGuiManager.
Inherited by CAutowall, and CCrtypePlugin.
| 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 | 
| 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 | ( | ) | 
 1.7.1
 1.7.1