Changeset 7456 in orxonox.OLD for trunk/src/lib/shell/shell_input.cc
- Timestamp:
- Apr 29, 2006, 11:23:10 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/shell/shell_input.cc
r7455 r7456 29 29 #include "stdlibincl.h" 30 30 #include "key_names.h" 31 32 33 34 35 31 36 32 namespace OrxShell … … 46 42 */ 47 43 ShellInput::ShellInput () 48 : MultiLineText ("") 49 { 50 this->setLineWidth(100); 51 44 : Text ("") 45 { 52 46 this->pressedKey = SDLK_FIRST; 53 47 this->setClassID(CL_SHELL_INPUT, "ShellInput");
Note: See TracChangeset
for help on using the changeset viewer.