- Timestamp:
- Jul 20, 2008, 6:49:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/input/src/orxonox/overlays/console/InGameConsole.cc
r1629 r1637 463 463 { 464 464 this->bActive_ = true; 465 InputManager:: setInputState(InputManager::IS_CONSOLE);465 InputManager::requestEnterState("console"); 466 466 Shell::getInstance().registerListener(this); 467 467 … … 485 485 { 486 486 this->bActive_ = false; 487 InputManager:: setInputState(InputManager::IS_NORMAL);487 InputManager::requestLeaveState("console"); 488 488 Shell::getInstance().unregisterListener(this); 489 489
Note: See TracChangeset
for help on using the changeset viewer.