Changeset 1066 for code/trunk/src/orxonox
- Timestamp:
- Apr 14, 2008, 10:50:08 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/Orxonox.cc
r1062 r1066 397 397 { 398 398 InputBuffer* ib = new InputBuffer(); 399 InputManager::getSingleton().feedInputBuffer(ib); 399 400 Testconsole* console = new Testconsole(ib); 400 401 ib->registerListener(console, &Testconsole::listen, true); 401 402 ib->registerListener(console, &Testconsole::execute, '\r', false); 403 ib->registerListener(console, &Testconsole::execute, '\n', false); 402 404 ib->registerListener(console, &Testconsole::hintandcomplete, '\t', true); 403 405 ib->registerListener(console, &Testconsole::clear, '§', true);
Note: See TracChangeset
for help on using the changeset viewer.