Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Nov 26, 2005, 9:56:11 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: key-repeat in the Shell is smoother now

File:
1 edited

Legend:

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

    r5783 r5786  
    129129
    130130  EventHandler::getInstance()->pushState(ES_SHELL);
     131  EventHandler::getInstance()->withUNICODE(true);
     132
    131133  this->setRelCoorSoft2D(0, 0, 1, 5);
    132134
     
    149151  this->bActive = false;
    150152
     153  EventHandler::getInstance()->withUNICODE(false);
    151154  EventHandler::getInstance()->popState();
    152155
Note: See TracChangeset for help on using the changeset viewer.