Nuclide
Software Development Kit for id Technology
|
VGUI: Console.
A 'portable' console. It takes up less space. Not sure what the benefit of it is besides that.
Public Member Functions | |
void | VGUIConsole (void) |
virtual void | Spawned (void) |
Called when the widget has fully initialized. More... | |
nonvirtual void | ConsoleResized (void) |
virtual void | Draw (void) |
Called in order to draw the widget. More... | |
virtual void | Submit (void) |
virtual float | Input (float, float, float, float) |
Called whenever an input event gets directed to the widget. More... | |
void VGUIConsole::VGUIConsole | ( | void | ) |
void VGUIConsole::ConsoleResized | ( | void | ) |
|
virtual |
Called in order to draw the widget.
Reimplemented from VGUIWindow.
|
virtual |
Called whenever an input event gets directed to the widget.
Reimplemented from VGUIWindow.
|
virtual |
Called when the widget has fully initialized.
When you override this, you may call super::Spawned();
to ensure the parent classes get to finish initializing also.
Reimplemented from VGUIWindow.
|
virtual |