Changeset 1084 for code/trunk/src/orxonox
- Timestamp:
- Apr 16, 2008, 9:22:50 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/Orxonox.cc
r1066 r1084 115 115 { 116 116 this->ib_->removeLast(); 117 } 118 void exit() const 119 { 120 CommandExecutor::execute("setInputMode 2"); 117 121 } 118 122 … … 405 409 ib->registerListener(console, &Testconsole::clear, '§', true); 406 410 ib->registerListener(console, &Testconsole::removeLast, '\b', true); 411 ib->registerListener(console, &Testconsole::exit, (char)0x1B, true); 407 412 408 413 // first check whether ogre root object has been created … … 452 457 { 453 458 (it)->tick((float)evt.timeSinceLastFrame * this->timefactor_); 454 455 }459 it++; 460 } 456 461 457 462 // don't forget to call _fireFrameStarted in ogre to make sure
Note: See TracChangeset
for help on using the changeset viewer.