Nuclide
Software Development Kit for id Tech
|
VGUI Widget: Sub-view. More...
Public Member Functions | |
void | VGUIView (void) |
virtual void | Add (VGUIWidget) |
Adds a widget into this one. More... | |
virtual void | Draw (void) |
Called in order to draw the widget. More... | |
virtual bool | Input (float, float, float, float) |
Called whenever an input event gets directed to the widget. More... | |
VGUI Widget: Sub-view.
|
virtual |
Adds a widget into this one.
Reimplemented from VGUIWidget.
Called whenever an input event gets directed to the widget.
Reimplemented from VGUIWidget.
Reimplemented in VGUIWindow.