Changeset 7455 in orxonox.OLD for trunk/src/lib/shell/shell_input.cc
- Timestamp:
- Apr 29, 2006, 10:38:12 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_input.cc
r7452 r7455 46 46 */ 47 47 ShellInput::ShellInput () 48 : Text ("") 49 { 48 : MultiLineText ("") 49 { 50 this->setLineWidth(100); 51 50 52 this->pressedKey = SDLK_FIRST; 51 53 this->setClassID(CL_SHELL_INPUT, "ShellInput");
Note: See TracChangeset
for help on using the changeset viewer.