Changeset 5181 in orxonox.OLD for trunk/src/lib/shell/shell_input.h
- Timestamp:
- Sep 14, 2005, 12:07:06 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_input.h
r5180 r5181 12 12 // FORWARD DECLARATION 13 13 template<class T> class tList; 14 class ShellCompletion; 14 15 15 16 … … 38 39 private: 39 40 // HANDLING TEXT INPUT 40 char* inputLine; //!< the Char-Array of the Buffer 41 ShellCompletion* completion; //!< The Completion Interface. 42 43 char* inputLine; //!< the Char-Array of the Buffer @todo not needed anymore 41 44 float repeatRate; //!< The Repeat-Delay. 42 45 float repeatDelay; //!< The delay of the first Character of a given Character.
Note: See TracChangeset
for help on using the changeset viewer.