Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5180 in orxonox.OLD for trunk/src/lib/shell/shell_input.h


Ignore:
Timestamp:
Sep 13, 2005, 11:45:51 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Shell Input is totally out of shell.cc/h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/shell/shell_input.h

    r5179 r5180  
    88
    99#include "text_engine.h"
     10#include "event_listener.h"
    1011
    1112// FORWARD DECLARATION
     
    1415
    1516//! A class for ...
    16 class ShellInput : public Text {
     17class ShellInput : public Text,  public EventListener {
    1718
    1819 public:
     
    2829  void setRepeatDelay(float repeatDelay, float repeatRate);
    2930  bool executeCommand();
     31  void help() const;
    3032  const char* getInputString() const { return this->inputLine; };
    3133
     34
     35  virtual void tick(float dt);
     36  virtual void process(const Event &event);
    3237
    3338 private:
Note: See TracChangeset for help on using the changeset viewer.