hgeGUIObject::Reset
Is called when user requests GUI to be reset into default state.
virtual void Reset();
Remarks
hgeGUIObject has default implementation,
so you could not redefine this method if you don't need it.
Requirements
Header: hgegui.h
See also
hgeGUI::Reset
|