Changeset 7403 in orxonox.OLD for trunk/src/lib/shell/shell_input.h
- Timestamp:
- Apr 27, 2006, 5:49:12 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_input.h
r7393 r7403 39 39 40 40 // InputLine 41 void flush();42 41 void setInputText(const std::string& text); 43 42 void addCharacter(char character); 44 43 void addCharacters(const std::string& characters); 45 44 void removeCharacters(unsigned int characterCount = 1); 45 void flush(); 46 46 47 void setRepeatDelay(float repeatDelay, float repeatRate); 47 48
Note: See TracChangeset
for help on using the changeset viewer.