Changeset 2814 for code/branches/gui/src/orxonox/overlays/console
- Timestamp:
- Mar 21, 2009, 5:30:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/orxonox/overlays/console/InGameConsole.cc
r2801 r2814 173 173 { 174 174 // create the corresponding input state 175 inputState_ = InputManager::getInstance().createInputState<SimpleInputState>("console", 40);175 inputState_ = InputManager::getInstance().createInputState<SimpleInputState>("console", InputStatePriority::Console); 176 176 inputState_->setKeyHandler(Shell::getInstance().getInputBuffer()); 177 177 bHidesAllInputChanged();
Note: See TracChangeset
for help on using the changeset viewer.