Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7452 in orxonox.OLD for trunk/src/lib/shell/shell_input.cc


Ignore:
Timestamp:
Apr 29, 2006, 9:51:02 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: ShellInput changed to Text again

File:
1 edited

Legend:

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

    r7451 r7452  
    4646  */
    4747  ShellInput::ShellInput ()
    48       : MultiLineText ("")
    49   {
    50     this->setLineWidth(100);
    51 
     48      : Text ("")
     49  {
    5250    this->pressedKey = SDLK_FIRST;
    5351    this->setClassID(CL_SHELL_INPUT, "ShellInput");
Note: See TracChangeset for help on using the changeset viewer.