Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 13, 2006, 11:10:02 AM (18 years ago)
Author:
bensch
Message:

trunk: shell receives events again

File:
1 edited

Legend:

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

    r7919 r8339  
    5252    for (int i = 1; i < SDLK_LAST; i++)
    5353    {
    54       if (!this->isEventSubscribed(ES_SHELL, i))
     54      //if (!this->isEventSubscribed(ES_SHELL, i))
    5555        this->subscribeEvent(ES_SHELL, i);
    5656    }
Note: See TracChangeset for help on using the changeset viewer.