Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 24, 2008, 8:12:20 PM (16 years ago)
Author:
rgrieder
Message:
  • renamed InputHandler to KeyBinder
  • added feature to detect a key in input part
  • added def_keybindings.ini and removed keybindings.ini
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/network/src/orxonox/Orxonox.cc

    r1411 r1413  
    367367    ib->registerListener(orxonoxConsole_, &InGameConsole::execute, '\r', false);
    368368    ib->registerListener(orxonoxConsole_, &InGameConsole::hintandcomplete, '\t', true);
    369     ib->registerListener(orxonoxConsole_, &InGameConsole::clear, '�', true);
     369    //ib->registerListener(orxonoxConsole_, &InGameConsole::clear, '§', true);
    370370    ib->registerListener(orxonoxConsole_, &InGameConsole::removeLast, '\b', true);
    371371    ib->registerListener(orxonoxConsole_, &InGameConsole::exit, (char)0x1B, true);
     
    517517      // again, just to be sure ogre works fine
    518518      ogreRoot._fireFrameEnded(evt);
    519       //msleep(100);
     519      //msleep(50);
    520520          }
    521521
Note: See TracChangeset for help on using the changeset viewer.