class csConsole : public csBase The csConsole class is just an outline of how CrystalSpace console should work
The csConsole class is just an outline of how CrystalSpace console should work. There is no implementation for any of its methods, so you cannot create instances of this class. You should derive your own class from this and assign a instance of it to System->Console variable.
virtual void Hide()
virtual void PutText(char *format, ...)
virtual void ExecuteCommand(char *command)
virtual void Print(csRect* area)
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de