Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 27, 2006, 5:49:12 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: more exists functions to ClassList, and improved shellcompletion

File:
1 edited

Legend:

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

    r7393 r7403  
    3939
    4040    // InputLine
    41     void flush();
    4241    void setInputText(const std::string& text);
    4342    void addCharacter(char character);
    4443    void addCharacters(const std::string& characters);
    4544    void removeCharacters(unsigned int characterCount = 1);
     45    void flush();
     46
    4647    void setRepeatDelay(float repeatDelay, float repeatRate);
    4748
Note: See TracChangeset for help on using the changeset viewer.