Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 19, 2006, 3:58:03 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: shell in c++-style now

File:
1 edited

Legend:

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

    r7221 r7341  
    6060      evh->subscribe(this, ES_SHELL, i);
    6161  }
     62  // unsubscribe unused TODO improve.
     63  evh->unsubscribe(ES_SHELL, SDLK_BACKQUOTE);
     64  evh->unsubscribe(ES_SHELL, SDLK_F12);
     65  evh->unsubscribe(ES_SHELL, SDLK_PAGEUP);
     66  evh->unsubscribe(ES_SHELL, SDLK_PAGEDOWN);
     67
    6268  this->completion = new ShellCompletion(this);
    6369}
Note: See TracChangeset for help on using the changeset viewer.